diff options
Diffstat (limited to 'apps/mobile/app/index.tsx')
| -rw-r--r-- | apps/mobile/app/index.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/mobile/app/index.tsx b/apps/mobile/app/index.tsx index 5ce20cda..f075fd6d 100644 --- a/apps/mobile/app/index.tsx +++ b/apps/mobile/app/index.tsx @@ -1,7 +1,6 @@ -import { useRouter } from "expo-router"; import { useEffect } from "react"; import { View } from "react-native"; - +import { useRouter } from "expo-router"; import { useSession } from "@/lib/session"; export default function App() { |
