UNPKG

happypack

Version:

webpack speed booster, makes you happy!

11 lines (9 loc) 219 B
import React from 'react'; export default function NotFound() { return ( <div className="container"> <h1>Doh! 404!</h1> <p>These are <em>not</em> the droids you are looking for!</p> </div> ); }