✨ feat: add service-down error page
This commit is contained in:
11
app/(safe-mode-page)/status/page.tsx
Normal file
11
app/(safe-mode-page)/status/page.tsx
Normal file
@ -0,0 +1,11 @@
|
||||
import StatusIndex from "@/features/status";
|
||||
|
||||
const page = () => {
|
||||
return (
|
||||
<div>
|
||||
<StatusIndex />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default page;
|
||||
Reference in New Issue
Block a user