import type { BoxProps } from '@chakra-ui/react'; import { Box } from '@chakra-ui/react'; import { RIGHT_SIDEBAR_WIDTH } from './constants'; export const RightSidebar = (props: BoxProps) => { return ( ); };