temp/src/Components/RecordEditor.jsx

11 lines
155 B
React
Raw Normal View History

2024-06-25 14:41:11 +05:30
import {Box,Button} from '@mui/material'
const RecordEditor = () =>{
return(
<Box>
hello
</Box>
)
}
export default RecordEditor