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