From 26b53e2ccc00befd182c4af05ab52fc439be7535 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Fri, 29 Mar 2024 14:17:36 +0000 Subject: mobile(android): Getting the android app ready for submission --- apps/mobile/app/dashboard/_layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/mobile/app/dashboard/_layout.tsx') 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(); -- cgit v1.2.3-70-g09d2