Skip to content

Commit 72fea4d

Browse files
committed
fix: Correct import path for theme utilities in ModernNavigation component
1 parent 57569b0 commit 72fea4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/navigation/ModernNavigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
shadows,
1515
spacing,
1616
typography
17-
} from '../utils/theme';
17+
} from '../../utils/theme';
1818

1919
const { width: screenWidth } = Dimensions.get('window');
2020

0 commit comments

Comments
 (0)