3 lines
92 B
TypeScript
3 lines
92 B
TypeScript
export default function NotFound() {
|
|
return <div class="page"><h1>Not found</h1></div>;
|
|
}
|