WIP: Architecture Refactor, add stub files and working blog post wrapped by AppShell
This commit is contained in:
9
src/frontend/pages/not-found.tsx
Normal file
9
src/frontend/pages/not-found.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
|
||||
export function NotFound() {
|
||||
return (
|
||||
<main>
|
||||
<h1>404 Not Found</h1>
|
||||
</main>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user