UNPKG

react-static

Version:

A progressive static site generator for React

17 lines (13 loc) 275 B
import React from 'react' // import Sidebar from 'components/Sidebar' export default () => ( <Sidebar> <h1> 404 - Oh no's! We couldn't find that page{' '} <span role="img" aria-label="distraught face"> 😩 </span> </h1> </Sidebar> )