Skip to content

Commit e2a3141

Browse files
committed
feat: Import NewLocationNote component and create its initial implementation
1 parent 90785f4 commit e2a3141

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ import { Dimensions, SafeAreaView, useColorScheme } from 'react-native'
6262
import { GestureHandlerRootView } from 'react-native-gesture-handler'
6363
import Animated, { ZoomIn, ZoomOut } from 'react-native-reanimated'
6464
import './global.css'
65-
import NewLocationNote from '@screens/LocationNotes/NewLocationNotes'
65+
import NewLocationNote from '@screens/LocationNotes/NewLocationNote'
6666

6767
function App(): React.JSX.Element {
6868
const scheme = useColorScheme()

0 commit comments

Comments
 (0)