Skip to content

Commit

Permalink
Merge branch 'nested-routes-for-admin-page-#1211' into nested-routes-…
Browse files Browse the repository at this point in the history
…for-system-#1213
  • Loading branch information
joshuadkitenge committed Jan 9, 2025
2 parents 0d2d3e7 + eedfab6 commit 7f7eccd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { enGB } from 'date-fns/locale/en-GB';
import React from 'react';
import {
RouterProvider,
ScrollRestoration,
createBrowserRouter,
type RouteObject,
} from 'react-router-dom';
Expand Down Expand Up @@ -207,7 +206,6 @@ export function Layout() {
>
<ViewTabs />
<ReactQueryDevtools initialIsOpen={false} />
<ScrollRestoration />
</React.Suspense>
</QueryClientProvider>
</ConfigProvider>
Expand Down

0 comments on commit 7f7eccd

Please sign in to comment.