Skip to content
Snippets Groups Projects
Select Git revision
  • 3e3bf82c705611ae4701d9635e94bd3395bb6998
  • main default protected
2 results

Create.tsx

Blame
  • App.js 176 B
    import React from 'react';
    import Typography from '@mui/material/Typography';
    
    export default function App () {
        return <Typography variant="h1">Hello World</Typography>
    }