about summary refs log tree commit diff
path: root/src/view/shell/mobile/TabsSelector.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-11-09 15:57:49 -0600
committerPaul Frazee <pfrazee@gmail.com>2022-11-09 15:57:49 -0600
commite7536289cbb4380dc82dcd70737e165727cbbb92 (patch)
tree867a226b444eb0f04f00af33131088c9f3427f7c /src/view/shell/mobile/TabsSelector.tsx
parent93b64cf474574b315bfe48594ed7170b9bd8261e (diff)
downloadvoidsky-e7536289cbb4380dc82dcd70737e165727cbbb92.tar.zst
Add scene creator
Diffstat (limited to 'src/view/shell/mobile/TabsSelector.tsx')
-rw-r--r--src/view/shell/mobile/TabsSelector.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/mobile/TabsSelector.tsx b/src/view/shell/mobile/TabsSelector.tsx
index c0ae2321a..a3da5fa19 100644
--- a/src/view/shell/mobile/TabsSelector.tsx
+++ b/src/view/shell/mobile/TabsSelector.tsx
@@ -19,7 +19,7 @@ import Swipeable from 'react-native-gesture-handler/Swipeable'
 import {useStores} from '../../../state'
 import {s, colors} from '../../lib/styles'
 import {match} from '../../routes'
-import {LinkActionsModel} from '../../../state/models/shell'
+import {LinkActionsModel} from '../../../state/models/shell-ui'
 
 const TAB_HEIGHT = 42