Skip to content
Snippets Groups Projects
Select Git revision
  • b8c29f351639443b7d6e1923192fcb4ed891a788
  • master default protected
2 results

App.js

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>
    }