Skip to content

Commit

Permalink
Chore: worker 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
gahyuun committed Jan 27, 2024
1 parent f351f56 commit 997fca2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { QueryClient, QueryClientProvider } from "react-query";
import { RecoilRoot } from "recoil";
import { CookiesProvider } from "react-cookie";
import { worker } from "../src/mocks/browsers.ts";
worker.start();
const queryClient = new QueryClient();

ReactDOM.createRoot(document.getElementById("root")!).render(
Expand Down

0 comments on commit 997fca2

Please sign in to comment.