From 01c6567599980d788da7fa73b070467390ce7e00 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Fri, 4 Aug 2023 12:04:53 +0200 Subject: [PATCH] Created the Imprint.jsx legal page --- client/src/pages/legal/Imprint/Imprint.jsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 client/src/pages/legal/Imprint/Imprint.jsx diff --git a/client/src/pages/legal/Imprint/Imprint.jsx b/client/src/pages/legal/Imprint/Imprint.jsx new file mode 100644 index 0000000..d718a0a --- /dev/null +++ b/client/src/pages/legal/Imprint/Imprint.jsx @@ -0,0 +1,15 @@ +import "./styles.sass"; + +export const Imprint = () => { + return ( + <> +
+

Impressum

+

Angaben gemäß § 5 TMG

+ +

Mathias Wagner
c/o IP-Management #14358
Ludwig-Erhard-Str. 18
20459 Hamburg

+

Kontakt

E-Mail: mathias@gnmyt.dev

Quelle: eRecht24

+
+ + ) +} \ No newline at end of file