1
0
mirror of synced 2026-01-07 00:01:39 -05:00
Files
docs/src/pages/_notfound.tsx
2023-11-03 17:12:27 +00:00

6 lines
93 B
TypeScript

import Custom404 from './404'
export default function NotFound() {
return <Custom404 />
}