Skip to content

Commit

Permalink
fix(mobile): Multiple attempts to stop the duplication sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Mar 13, 2024
1 parent 61e852d commit a051f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobile/app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit a051f93

Please sign in to comment.