Remove unused pages / components and fix usage of Wrap with WrapItem (#284)

* Remove unused pages / components

* Add WrapItem around components inside Wrap component

New version of Chakra requires WrapItem around any components that have Wrap

* Update LoginButton to link to own profile and show Avatar (#285)

* Update LoginButton to link to own profile and show Avatar

* Change SetupUsername to explicitly mention "username"
This commit is contained in:
Hammad Jutt
2021-01-18 11:44:52 -07:00
committed by GitHub
parent 7298a3c5ed
commit 7492ae5bd6
16 changed files with 194 additions and 265 deletions

View File

@@ -31,6 +31,7 @@ export {
Stack,
Text,
Wrap,
WrapItem,
HStack,
VStack,
useTheme,