Skip to content

Commit

Permalink
Merge pull request #1345 from andrew-bierman/fix/deployment-issue
Browse files Browse the repository at this point in the history
fix build issue
  • Loading branch information
taronaleksanian authored Dec 4, 2024
2 parents df45000 + d8866da commit 746afd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/app/modules/map/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from './MapPreview';
export * from './FullScreenBtn';
export * from './MapStylePicker';
export * from './MapPreviewCard'
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import React, {
} from 'react';
import useTheme from 'app/hooks/useTheme';
import { RScrollView, RStack } from '@packrat/ui';
import { MapPreviewCard } from 'app/modules/map/components';
import { MapPreviewCard } from 'app/modules/map/components/MapPreviewCard';
import { useOfflineMaps } from '../../hooks/useOfflineMaps';
import { OfflineMapComponent } from './OfflineMap';
import { useFocusEffect } from 'expo-router';
Expand Down

0 comments on commit 746afd3

Please sign in to comment.