UNPKG

lucid-router

Version:
6 lines (3 loc) 88 B
import React from 'react' const NotFound = () => <h3>404</h3> export default NotFound