diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-13 16:51:59 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-13 16:51:59 +0000 |
| commit | a051f933af3909ad83e8317207e1583e8d8e538b (patch) | |
| tree | 3b88ffad025c333fcd8c0af1a10ede481ed416d7 /packages/mobile/app/_layout.tsx | |
| parent | 61e852d963fb04b13b7bda39830e208a648b3545 (diff) | |
| download | karakeep-a051f933af3909ad83e8317207e1583e8d8e538b.tar.zst | |
fix(mobile): Multiple attempts to stop the duplication sharing
Diffstat (limited to 'packages/mobile/app/_layout.tsx')
| -rw-r--r-- | packages/mobile/app/_layout.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/mobile/app/_layout.tsx b/packages/mobile/app/_layout.tsx index c4298ec4..6304ced5 100644 --- a/packages/mobile/app/_layout.tsx +++ b/packages/mobile/app/_layout.tsx @@ -8,8 +8,8 @@ import { StatusBar } from "expo-status-bar"; import { useEffect } from "react"; import { View } from "react-native"; -import { Providers } from "@/lib/providers"; import { useLastSharedIntent } from "@/lib/last-shared-intent"; +import { Providers } from "@/lib/providers"; export default function RootLayout() { const router = useRouter(); |
