UNPKG

nyg-static-jam3

Version:

Jam3 frontend static project scaffold generator based on nyg

8 lines (6 loc) 127 B
import React from 'react' export default () => ( <div> <h1>404 - Oh no's! We couldn't find that page :(</h1> </div> )