import {h, Component} from 'preact'; import Typography from 'preact-material-components/Typography'; import 'preact-material-components/Typography/style.css'; export default class FabPage extends Component { render(){ return (
Headline6
Headline5
Headline4
Headline3
Headline2
Headline1
Body1
Body2
); } }