import React from 'react' import { Flex } from '@chakra-ui/react' import { RainbowSkeleton } from '../Skeleton/RainbowSkeleton' export const Nav = props => { return ( <> {/* */} ) }