Skip to content

Commit

Permalink
🐛 import error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-bierman committed Dec 21, 2024
1 parent 116d05b commit b0b9432
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/expo/app/(app)/(drawer)/(tabs)/(stack)/map/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Map from 'app/screens/map';
import { Platform } from 'react-native';
import { Stack } from 'expo-router';
import Head from 'expo-router/head';
import { OfflineMapsScreen } from 'app/modules/map/screens/OfflineMapsScreen';

export default function FeedNav() {
return (
Expand Down

0 comments on commit b0b9432

Please sign in to comment.