add WIP callout to outfits page
This commit is contained in:
parent
30e0a149be
commit
259ae9bd87
1 changed files with 5 additions and 1 deletions
|
@ -10,11 +10,15 @@ import {
|
||||||
} from "./components/useOutfitAppearance";
|
} from "./components/useOutfitAppearance";
|
||||||
import HangerSpinner from "./components/HangerSpinner";
|
import HangerSpinner from "./components/HangerSpinner";
|
||||||
import useRequireLogin from "./components/useRequireLogin";
|
import useRequireLogin from "./components/useRequireLogin";
|
||||||
|
import WIPCallout from "./components/WIPCallout";
|
||||||
|
|
||||||
function UserOutfitsPage() {
|
function UserOutfitsPage() {
|
||||||
return (
|
return (
|
||||||
<Box>
|
<Box>
|
||||||
<Heading1 marginBottom="4">Your outfits</Heading1>
|
<Flex justifyContent="space-between" marginBottom="4">
|
||||||
|
<Heading1>Your outfits</Heading1>
|
||||||
|
<WIPCallout />
|
||||||
|
</Flex>
|
||||||
<UserOutfitsPageContent />
|
<UserOutfitsPageContent />
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue