Skip to content

Commit e522091

Browse files
committed
fix import
1 parent 5ed8809 commit e522091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import { StatusBar } from 'expo-status-bar';
33
import { StyleSheet, Text, View } from 'react-native';
4-
import { AuthProvider } from '@/contexts/AuthContext';
4+
import { AuthProvider } from '@/context/AuthContext';
55
import { isFeatureEnabled } from '@featureFlags';
66
import { Colors } from './src/constants/colors';
77

0 commit comments

Comments
 (0)