deleteModal

This commit is contained in:
2023-02-28 16:04:54 +01:00
parent 55f001f1cc
commit 0ee583c662
5 changed files with 88 additions and 67 deletions

View File

@ -27,6 +27,7 @@ import
Burger,
Stack
} from '@mantine/core';
import { ModalsProvider } from '@mantine/modals';
import { NotificationsProvider } from '@mantine/notifications';
import { notificationAlert, notificationError, notificationSuccess } from './services/Notifications';
import DogNavbar from './components/DogNavbar';
@ -76,7 +77,7 @@ const App: React.FC = () =>
return (
<MantineProvider withNormalizeCSS withGlobalStyles>
<NotificationsProvider position="top-center" >
<NotificationsProvider position="top-center" >
<div className="App">
<Stack>
<div className='h-11'></div> {/* dummy header */}