wokapp-ui/src/routes/NotFound.tsx

3 lines
No EOL
63 B
TypeScript

export function NotFound() {
return <h1>Page not found</h1>
}