Initialize repo and add session changes (2025-09-08)
This commit is contained in:
11
resources/js/guest/pages/NotFoundPage.tsx
Normal file
11
resources/js/guest/pages/NotFoundPage.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
import { Page } from './_util';
|
||||
|
||||
export default function NotFoundPage() {
|
||||
return (
|
||||
<Page title="Nicht gefunden">
|
||||
<p>Die Seite konnte nicht gefunden werden.</p>
|
||||
</Page>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user