UNPKG

react-static

Version:

A progressive static site generator for React

12 lines (10 loc) 237 B
import React from 'react' // import Typography from 'material-ui/Typography' export default () => ( <div> <Typography type="headline" align="center"> 404 - Oh no's! We couldn't find that page :( </Typography> </div> )