aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/dashboard/_layout.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mobile/app/dashboard/_layout.tsx')
-rw-r--r--apps/mobile/app/dashboard/_layout.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/mobile/app/dashboard/_layout.tsx b/apps/mobile/app/dashboard/_layout.tsx
index ef04fcd1..f1bb66d7 100644
--- a/apps/mobile/app/dashboard/_layout.tsx
+++ b/apps/mobile/app/dashboard/_layout.tsx
@@ -1,7 +1,7 @@
-import { useIsLoggedIn } from "@/lib/session";
+import { useEffect } from "react";
import { useRouter } from "expo-router";
import { Stack } from "expo-router/stack";
-import { useEffect } from "react";
+import { useIsLoggedIn } from "@/lib/session";
export default function Dashboard() {
const router = useRouter();