From 37521cb6ed5f801d7e10252a0d8e0b75c7267def Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Fri, 30 Sep 2022 22:45:50 +0200 Subject: [PATCH] Created the Imprint page --- src/pages/TextPages/Imprint/Imprint.jsx | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/pages/TextPages/Imprint/Imprint.jsx diff --git a/src/pages/TextPages/Imprint/Imprint.jsx b/src/pages/TextPages/Imprint/Imprint.jsx new file mode 100644 index 0000000..a5de545 --- /dev/null +++ b/src/pages/TextPages/Imprint/Imprint.jsx @@ -0,0 +1,23 @@ +import '../styles.sass'; + +const Imprint = () => ( +
+

Imprint

+ +

Information in accordance with § 5 TMG

+ +

+ Leon Fleß
+ Eichendorffstraße 5
+ 91301 Forchheim
+ Germany +

+ +

+ WhatsApp: +49 15678 716015
+ E-Mail: leon [at] sheepstar.xyz +

+
+); + +export default Imprint; \ No newline at end of file