import { Box } from '@mui/system'; const TabPanel = ({ children, value, index, ...other }) => { return ( ); }; export default TabPanel;