From 372d31631da8de301625234707d46290e0e2797c Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 18 Nov 2023 17:42:22 +0100 Subject: [PATCH] Created the Imprint.jsx page --- client/src/pages/Imprint/Imprint.jsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 client/src/pages/Imprint/Imprint.jsx diff --git a/client/src/pages/Imprint/Imprint.jsx b/client/src/pages/Imprint/Imprint.jsx new file mode 100644 index 0000000..612b575 --- /dev/null +++ b/client/src/pages/Imprint/Imprint.jsx @@ -0,0 +1,13 @@ +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