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