Files
MIS-Contro-Tower/app/(app)/downtime/page.tsx
2026-01-21 01:45:57 +00:00

6 lines
152 B
TypeScript

import DowntimePageClient from "@/components/downtime/DowntimePageClient";
export default function DowntimePage() {
return <DowntimePageClient />;
}