From c9404be915edd50ea7e221200500d02bb69327fc Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Fri, 9 Jun 2023 03:14:02 +0200 Subject: [PATCH] Created the LegalArea.jsx --- webui/src/common/components/LegalArea/LegalArea.jsx | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 webui/src/common/components/LegalArea/LegalArea.jsx diff --git a/webui/src/common/components/LegalArea/LegalArea.jsx b/webui/src/common/components/LegalArea/LegalArea.jsx new file mode 100644 index 0000000..ae72945 --- /dev/null +++ b/webui/src/common/components/LegalArea/LegalArea.jsx @@ -0,0 +1,8 @@ +import "./styles.sass"; + +export const LegalArea = () => ( +
+ Datenschutz + Impressum +
+) \ No newline at end of file