mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-06-15 07:01:56 +00:00
added notifications
This commit is contained in:
@@ -8,6 +8,8 @@ import ItemDetail from "./features/inventory/ItemDetail.tsx";
|
||||
import EditItem from "./features/inventory/EditItem.tsx";
|
||||
import {BarkHeader} from "./common/components/BarkHeader.tsx";
|
||||
import AddItem from "./features/inventory/AddItem.tsx";
|
||||
import { Notifications } from '@mantine/notifications';
|
||||
import '@mantine/notifications/styles.css';
|
||||
|
||||
// Create a client
|
||||
const queryClient = new QueryClient()
|
||||
@@ -35,7 +37,9 @@ function App() {
|
||||
return <MantineProvider defaultColorScheme="auto" theme={barkTheme}>{(
|
||||
<QueryClientProvider client={queryClient}>
|
||||
<>
|
||||
|
||||
<BarkHeader></BarkHeader>
|
||||
<Notifications />
|
||||
<Routes>
|
||||
<Route index element={<Home/>}/>
|
||||
<Route path="inventory" element={<InventoryList/>}/>
|
||||
|
||||
Reference in New Issue
Block a user