Skip to content

Commit

Permalink
front end changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkurPrabhu committed Nov 12, 2023
1 parent 0cdde7a commit dc3d679
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 107 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { ColorScheme } from "@mantine/core";
import { AppShell, ColorSchemeProvider, MantineProvider } from "@mantine/core";
import { Notifications } from "@mantine/notifications";
import { NotificationsProvider } from "@mantine/notifications";
import React, { useCallback, useMemo, useState } from "react";
import { Cookies, CookiesProvider } from "react-cookie";
import { Route, Routes, useLocation } from "react-router-dom";
Expand Down Expand Up @@ -93,7 +93,7 @@ export function App() {
<CookiesProvider>
<ColorSchemeProvider colorScheme={colorScheme} toggleColorScheme={toggleColorScheme}>
<MantineProvider theme={{ colorScheme }} withGlobalStyles withNormalizeCSS>
<Notifications autoClose={3000} zIndex={1001} />
<NotificationsProvider autoClose={3000} zIndex={1001} />
<AppShell
fixed
padding={0}
Expand Down
Loading

0 comments on commit dc3d679

Please sign in to comment.