Move the shell-ui model to the ui folder

This commit is contained in:
Paul Frazee 2023-03-14 13:11:46 -05:00
parent cf30c66c33
commit 7ff4e91363
13 changed files with 14 additions and 14 deletions

View file

@ -3,7 +3,7 @@ import {LikelyType, LinkMeta} from './link-meta'
import {convertBskyAppUrlIfNeeded, makeRecordUri} from '../strings/url-helpers'
import {RootStoreModel} from 'state/index'
import {PostThreadViewModel} from 'state/models/post-thread-view'
import {ComposerOptsQuote} from 'state/models/shell-ui'
import {ComposerOptsQuote} from 'state/models/ui/shell'
// TODO
// import {Home} from 'view/screens/Home'