Initialize repo and add session changes (2025-09-08)
This commit is contained in:
13
resources/js/guest/pages/LegalPage.tsx
Normal file
13
resources/js/guest/pages/LegalPage.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
import { Page } from './_util';
|
||||
import { useParams } from 'react-router-dom';
|
||||
|
||||
export default function LegalPage() {
|
||||
const { page } = useParams();
|
||||
return (
|
||||
<Page title={`Rechtliches: ${page}`}>
|
||||
<p>Impressum / Datenschutz / AGB</p>
|
||||
</Page>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user