(props: BoxProps)
| 34 | import MaintenanceBanner from "../MaintenanceBanner"; |
| 35 | |
| 36 | const Divider = (props: BoxProps) => <Box h="1px" bgColor="gray.300" w="full" {...props} />; |
| 37 | |
| 38 | const NavSidebar = () => { |
| 39 | const user = useSession().data; |
nothing calls this directly
no outgoing calls
no test coverage detected