diff --git a/js/components/Footer.js b/js/components/Footer.js
index 9d39ad7..54bd2d1 100644
--- a/js/components/Footer.js
+++ b/js/components/Footer.js
@@ -1,19 +1,30 @@
-
-
export function Footer() {
return (
);
}
+
+function Copyright() {
+ return © 2019 turnie.re;
+}
+
+function Privacy() {
+ return Datenschutzerklärung;
+}
+
+function Imprint() {
+ return Impressum;
+}
+
+function MoveToTop() {
+ return zurück nach oben;
+}