diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-03-14 13:11:46 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-03-14 13:11:46 -0500 |
commit | 7ff4e91363e1d58a3d1182827f0a06858dcafb87 (patch) | |
tree | b5be0def0cc69f2dc0205dddfad129601492587e /src/view/shell/Composer.tsx | |
parent | cf30c66c3392c948234f6e8cda2eaf89f7f0bfc6 (diff) | |
download | voidsky-7ff4e91363e1d58a3d1182827f0a06858dcafb87.tar.zst |
Move the shell-ui model to the ui folder
Diffstat (limited to 'src/view/shell/Composer.tsx')
-rw-r--r-- | src/view/shell/Composer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/Composer.tsx b/src/view/shell/Composer.tsx index 2ab01c656..e0a75090d 100644 --- a/src/view/shell/Composer.tsx +++ b/src/view/shell/Composer.tsx @@ -2,7 +2,7 @@ import React, {useEffect} from 'react' import {observer} from 'mobx-react-lite' import {Animated, Easing, Platform, StyleSheet, View} from 'react-native' import {ComposePost} from '../com/composer/Composer' -import {ComposerOpts} from 'state/models/shell-ui' +import {ComposerOpts} from 'state/models/ui/shell' import {useAnimatedValue} from 'lib/hooks/useAnimatedValue' import {usePalette} from 'lib/hooks/usePalette' |