Skip to content

Commit 5f343a3

Browse files
committed
fix: 중복 코드 제거
1 parent 77271a5 commit 5f343a3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/frontend/src/app/main.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@ import { createRoot } from "react-dom/client";
33
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
44
import { RouterProvider, createRouter } from "@tanstack/react-router";
55
import "../shared/index.css";
6-
import "../shared/index.css";
76
import { routeTree } from "@/routeTree.gen";
87

98
const queryClient = new QueryClient();
109

11-
const queryClient = new QueryClient();
12-
1310
const router = createRouter({ routeTree });
1411
declare module "@tanstack/react-router" {
1512
interface Register {

0 commit comments

Comments
 (0)