diff options
Diffstat (limited to 'frontend/ts/src/pages/notFound.ts')
-rw-r--r-- | frontend/ts/src/pages/notFound.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/ts/src/pages/notFound.ts b/frontend/ts/src/pages/notFound.ts new file mode 100644 index 0000000..acb4805 --- /dev/null +++ b/frontend/ts/src/pages/notFound.ts @@ -0,0 +1,5 @@ +import { h, withState, Html } from 'lib/rx' + +export function view(): Html { + return 'Page introuvable…'; +} |