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