From 28aafb06aac570fbcfaf73713be4988d274ee245 Mon Sep 17 00:00:00 2001
From: Peter Hoppe
Date: Mon, 27 Feb 2023 11:25:42 +0100
Subject: [PATCH] dummy header
---
src/App.tsx | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/App.tsx b/src/App.tsx
index e842089..66725f2 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -24,7 +24,8 @@ import
Header,
MediaQuery,
- Burger
+ Burger,
+ Stack
} from '@mantine/core';
import { NotificationsProvider } from '@mantine/notifications';
import { notificationAlert, notificationError, notificationSuccess } from './services/Notifications';
@@ -77,10 +78,12 @@ const App: React.FC = () =>
+
+ {/* dummy header */}
}
@@ -118,6 +121,7 @@ const App: React.FC = () =>
+