feat: add emergency incident workspace

This commit is contained in:
2026-07-03 00:41:09 -07:00
parent 63b90394ad
commit a0e50a9e83
11 changed files with 1086 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
import EmergencyPage from "../../emergency/page";
export default function ScopedEmergencyPage(): React.ReactElement {
export default async function ScopedEmergencyPage(): Promise<React.ReactElement> {
return EmergencyPage();
}