micro/packages/web/src/pages/404.tsx

6 lines
159 B
TypeScript

import ErrorPage, { Lenny } from './_error';
export default function NotFound() {
return <ErrorPage message="This ain't it chief" lenny={Lenny.Shrug} />;
}