diff --git a/src/app/(BottomTabNavigation)/QRCodeScanner/index.tsx b/src/app/(BottomTabNavigation)/Cases/QRCodeScanner/index.tsx similarity index 96% rename from src/app/(BottomTabNavigation)/QRCodeScanner/index.tsx rename to src/app/(BottomTabNavigation)/Cases/QRCodeScanner/index.tsx index 91c19e1a..07fe6b4e 100644 --- a/src/app/(BottomTabNavigation)/QRCodeScanner/index.tsx +++ b/src/app/(BottomTabNavigation)/Cases/QRCodeScanner/index.tsx @@ -4,7 +4,7 @@ import React, { useEffect, useState } from 'react'; import { Text, TouchableOpacity, View } from 'react-native'; import styles from './styles'; -import { signOutUser } from '../../../supabase/queries/auth'; +import { signOutUser } from '../../../../supabase/queries/auth'; enum permissions { UNDETERMINED, diff --git a/src/app/(BottomTabNavigation)/QRCodeScanner/styles.ts b/src/app/(BottomTabNavigation)/Cases/QRCodeScanner/styles.ts similarity index 100% rename from src/app/(BottomTabNavigation)/QRCodeScanner/styles.ts rename to src/app/(BottomTabNavigation)/Cases/QRCodeScanner/styles.ts diff --git a/src/app/(BottomTabNavigation)/Cases/index.tsx b/src/app/(BottomTabNavigation)/Cases/index.tsx index 8a35d3e8..473a6f4d 100644 --- a/src/app/(BottomTabNavigation)/Cases/index.tsx +++ b/src/app/(BottomTabNavigation)/Cases/index.tsx @@ -41,7 +41,7 @@ function CasesScreen() { return ( - + Camera