import {Box,Button} from '@mui/material'
const RecordEditor = () =>{
return(
<Box>
hello
</Box>
)
}
export default RecordEditor