about summary refs log tree commit diff
path: root/src/view/shell/mobile/location-menu.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/shell/mobile/location-menu.tsx')
-rw-r--r--src/view/shell/mobile/location-menu.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/mobile/location-menu.tsx b/src/view/shell/mobile/location-menu.tsx
index fc851f77a..598d82c3e 100644
--- a/src/view/shell/mobile/location-menu.tsx
+++ b/src/view/shell/mobile/location-menu.tsx
@@ -8,7 +8,7 @@ import {
 } from 'react-native'
 import RootSiblings from 'react-native-root-siblings'
 import {FontAwesomeIcon} from '@fortawesome/react-native-fontawesome'
-import {s, colors} from '../../lib/styles'
+import {colors} from '../../lib/styles'
 
 export function createLocationMenu(): RootSiblings {
   const onPressItem = (_index: number) => {