diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-02-23 10:25:24 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-02-23 10:25:24 -0600 |
commit | 86652c071ada3160baf9b07adeb6ac352be63986 (patch) | |
tree | d5dc3bd52774e03ed9b52d9d2ba1e77d2f3241d0 /src/view/shell/web/index.tsx | |
parent | 5f921800580b69a52b23d211b19c72d5d7ee0ef7 (diff) | |
download | voidsky-86652c071ada3160baf9b07adeb6ac352be63986.tar.zst |
Missed in last commit
Diffstat (limited to 'src/view/shell/web/index.tsx')
-rw-r--r-- | src/view/shell/web/index.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/view/shell/web/index.tsx b/src/view/shell/web/index.tsx index 4a4bde817..5258257f7 100644 --- a/src/view/shell/web/index.tsx +++ b/src/view/shell/web/index.tsx @@ -6,7 +6,6 @@ import {useStores} from 'state/index' import {NavigationModel} from 'state/models/navigation' import {match, MatchResult} from '../../routes' import {DesktopHeader} from './DesktopHeader' -import {DesktopLeftColumn} from './DesktopLeftColumn' import {DesktopRightColumn} from './DesktopRightColumn' import {Onboard} from '../../screens/Onboard' import {Login} from '../../screens/Login' @@ -14,7 +13,6 @@ import {ErrorBoundary} from '../../com/util/ErrorBoundary' import {Lightbox} from '../../com/lightbox/Lightbox' import {Modal} from '../../com/modals/Modal' import {Composer} from './Composer' -import {usePalette} from 'lib/hooks/usePalette' import {useColorSchemeStyle} from 'lib/hooks/useColorSchemeStyle' import {s, colors} from 'lib/styles' |