diff options
author | John Fawcett <jrf0110@gmail.com> | 2023-03-19 17:38:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-19 17:38:53 -0500 |
commit | db6b198d18f9e92fc4ef2ea06e25141d2fba4eed (patch) | |
tree | 0d52e8d8c154e5cb4ffb64ad883360371c1fdecc /src/view/shell/index.web.tsx | |
parent | ea2b2583b84259c2c6ddb8c971ef30448d59b090 (diff) | |
download | voidsky-db6b198d18f9e92fc4ef2ea06e25141d2fba4eed.tar.zst |
* Fixes profile edit image selection not prompting users on web (#309) * Fixes linting erros
Diffstat (limited to 'src/view/shell/index.web.tsx')
-rw-r--r-- | src/view/shell/index.web.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/view/shell/index.web.tsx b/src/view/shell/index.web.tsx index 24cce188c..96a120642 100644 --- a/src/view/shell/index.web.tsx +++ b/src/view/shell/index.web.tsx @@ -7,9 +7,7 @@ import {DesktopRightNav} from './desktop/RightNav' import {ErrorBoundary} from '../com/util/ErrorBoundary' import {Lightbox} from '../com/lightbox/Lightbox' import {ModalsContainer} from '../com/modals/Modal' -import {Text} from 'view/com/util/text/Text' import {Composer} from './Composer.web' -import {usePalette} from 'lib/hooks/usePalette' import {useColorSchemeStyle} from 'lib/hooks/useColorSchemeStyle' import {s, colors} from 'lib/styles' import {RoutesContainer, FlatNavigator} from '../../Navigation' |