Skip to content
Snippets Groups Projects
Commit 4fa293fb authored by TaeWook Kim's avatar TaeWook Kim
Browse files

1

parent a6a7cb03
Branches
No related tags found
No related merge requests found
Pipeline #7812 passed
import React from 'react';
import Typography from '@mui/material/Typography';
import { Typography, AppBar } from '@mui/material';
export default function App () {
return <Typography variant="h1">Hello World</Typography>
return (
<React.Fragment>
<AppBar position="fixed">
<Typography align="center" variant="h3" color="inherit">Favorite Music</Typography>
</AppBar>
</React.Fragment>
)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment