Skip to content

Commit

Permalink
feat(event): remove tanstack dev tool
Browse files Browse the repository at this point in the history
  • Loading branch information
xfoxfu committed Jul 12, 2024
1 parent a20433c commit 2213ac5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Net.Vatprc.Uniapi.UI.Event/src/routes/__root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { promiseWithToast } from "@/utils";
import { Button, Container, Group, Image, Stack } from "@mantine/core";
import { Notifications } from "@mantine/notifications";
import { Link, Outlet, createRootRoute } from "@tanstack/react-router";
import { TanStackRouterDevtools } from "@tanstack/router-devtools";

const Logout = () => {
const user = useUser();
Expand Down Expand Up @@ -50,7 +49,6 @@ export const Route = createRootRoute({
<Outlet />
</Stack>
<Notifications position="top-center" />
<TanStackRouterDevtools />
</Container>
),
});

0 comments on commit 2213ac5

Please sign in to comment.