From 5d884ab4cffdf4c55cc14d4c0a1803aba3a496ac Mon Sep 17 00:00:00 2001 From: Florian Kotthoff <74312290+FlorianK13@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:57:42 +0100 Subject: [PATCH] Make /Datenschutz work #363 --- src/index.jsx | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/src/index.jsx b/src/index.jsx index 07a7c703..3016c1d5 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -23,22 +23,20 @@ window.isTouchDevice = isTouchDevice() // See https://reactjs.org/docs/strict-mode.html const StrictApp = () => ( - - - - }> - - } /> - } /> - } /> - } /> - } /> - } /> - } /> - - - - + + + }> + + } /> + } /> + } /> + } /> + } /> + } /> + } /> + + + )