refactor(frontend): removed tanstack devTools
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {createRootRoute, Link, Outlet} from "@tanstack/react-router";
|
||||
import {TanStackRouterDevtools} from "@tanstack/router-devtools";
|
||||
//import {TanStackRouterDevtools} from "@tanstack/router-devtools";
|
||||
import Cookies from "js-cookie";
|
||||
import {SidebarProvider} from "../components/ui/sidebar";
|
||||
import {ThemeProvider} from "../components/layout/theme-provider";
|
||||
@@ -84,7 +84,7 @@ export const Route = createRootRoute({
|
||||
</ThemeProvider>
|
||||
</SessionProvider>
|
||||
|
||||
<TanStackRouterDevtools position="bottom-right" />
|
||||
{/* <TanStackRouterDevtools position="bottom-right" /> */}
|
||||
</>
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user