6 lines
152 B
TypeScript
6 lines
152 B
TypeScript
import DowntimePageClient from "@/components/downtime/DowntimePageClient";
|
|
|
|
export default function DowntimePage() {
|
|
return <DowntimePageClient />;
|
|
}
|