about summary refs log tree commit diff
path: root/src/view/shell/mobile/Composer.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/shell/mobile/Composer.tsx')
-rw-r--r--src/view/shell/mobile/Composer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/mobile/Composer.tsx b/src/view/shell/mobile/Composer.tsx
index 96fd50441..7a8d6681b 100644
--- a/src/view/shell/mobile/Composer.tsx
+++ b/src/view/shell/mobile/Composer.tsx
@@ -19,7 +19,7 @@ import {FontAwesomeIcon} from '@fortawesome/react-native-fontawesome'
 import {HomeIcon, UserGroupIcon, BellIcon} from '../../lib/icons'
 import {ComposePost} from '../../com/composer/ComposePost'
 import {useStores} from '../../../state'
-import {ComposerOpts} from '../../../state/models/shell'
+import {ComposerOpts} from '../../../state/models/shell-ui'
 import {s, colors} from '../../lib/styles'
 
 export const Composer = observer(