import { Typography } from '@mui/material'; const Aside = () => ( <div style={{ width: 200, margin: '1em' }}> <Typography variant="h6">歌谣</Typography> <Typography variant="body2"> 歌谣不要方 </Typography> </div> );
import { Typography } from '@mui/material'; const Aside = () => ( <div style={{ width: 200, margin: '1em' }}> <Typography variant="h6">歌谣</Typography> <Typography variant="body2"> 歌谣不要方 </Typography> </div> );