diff --git a/components/Dialogs.tsx b/components/Dialogs.tsx index ac84941..fd6f482 100644 --- a/components/Dialogs.tsx +++ b/components/Dialogs.tsx @@ -3,6 +3,7 @@ import { Portal, Button, Dialog, useTheme } from "react-native-paper"; import About from "@/components/About"; import Privacy from "@/components/Privacy"; import Broken from "@/components/Broken"; +import Location from "@/components/Location"; interface DialogsProps { aboutVisible: boolean; @@ -58,7 +59,7 @@ const Dialogs: React.FC = ({ aboutVisible, privacyVisible, bugVisi toggleLocation()} style={{backgroundColor: theme.colors.primaryContainer}}> Location - +