Change file name

This commit is contained in:
Matt DiMeglio 2025-04-19 12:40:07 -04:00
parent 34c1200167
commit c4b379044d
2 changed files with 1 additions and 3 deletions

View file

@ -20,8 +20,6 @@ export default function App() {
}}
>
<Stack.Screen name="login" />
<Stack.Screen name="register" />
<Stack.Screen name="explore" />
</Stack>
</WebSocketProvider>
);

View file

@ -16,7 +16,7 @@ import ActionSheet from 'react-native-actions-sheet';
const DepartmentActionSheet = styled(ActionSheet)``;
export default function Landing() {
export default function Call() {
const { callDetails } = useLocalSearchParams();
const actionSheetRef = useRef(null);
const callFeed = useCallFeed();