3 lines
No EOL
63 B
TypeScript
3 lines
No EOL
63 B
TypeScript
export function NotFound() {
|
|
return <h1>Page not found</h1>
|
|
} |