aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/app/page.tsx')
-rw-r--r--apps/web/app/page.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/page.tsx b/apps/web/app/page.tsx
index f467b64b..ca076cbf 100644
--- a/apps/web/app/page.tsx
+++ b/apps/web/app/page.tsx
@@ -1,5 +1,5 @@
-import { getServerAuthSession } from "@/server/auth";
import { redirect } from "next/navigation";
+import { getServerAuthSession } from "@/server/auth";
export default async function Home() {
// TODO: Home currently just redirects between pages until we build a proper landing page