✨ feat: add service-down error page
This commit is contained in:
5
app/(session)/(main)/page.tsx
Normal file
5
app/(session)/(main)/page.tsx
Normal file
@ -0,0 +1,5 @@
|
||||
import HomeIndex from "@/features/home";
|
||||
|
||||
export default function Page() {
|
||||
return <HomeIndex />;
|
||||
}
|
||||
Reference in New Issue
Block a user