UNPKG

@refastdev/create-refast-app

Version:
4 lines (3 loc) 97 B
export default function NotFound() { return <h1 style={{ textAlign: 'center' }}>404</h1>; }