feat: Set up new Tailwind CSS configuration, global styling, and initial application pages.
This commit is contained in:
5
packages/gatekeeper/src/app/page.tsx
Normal file
5
packages/gatekeeper/src/app/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
export default function RootPage() {
|
||||
redirect("/gatekeeper/login");
|
||||
}
|
||||
Reference in New Issue
Block a user