import { Box } from '@mui/material'; import React from 'react'; const Sidebar = () => { return ( theme.shape.borderRadius, bgcolor: 'background.paper', }}> `${theme.shape.borderRadius} ${theme.shape.borderRadius} 0 0`, }} /> ) } export default Sidebar