diff --git a/remix/app/components/Layout/Main.tsx b/remix/app/components/Layout/Main.tsx index b5eeed7..e7deeac 100644 --- a/remix/app/components/Layout/Main.tsx +++ b/remix/app/components/Layout/Main.tsx @@ -1,9 +1,18 @@ import { Flex } from '@chakra-ui/react' import { Nav } from '../Nav/Nav' +import { ProfileDrawer } from '../Nav/ProfileDrawer' export const Main = props => { return ( - + + {/* */}