Skip to content

Commit

Permalink
update name folder
Browse files Browse the repository at this point in the history
  • Loading branch information
phnglh committed Nov 27, 2024
1 parent ac4eff1 commit 513a40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { StrictMode } from "react";
import { createRoot } from "react-dom/client";
import { App } from "./app/app";
import { BrowserRouter } from "react-router-dom";
import { App } from "./app/App";

createRoot(document.getElementById("root")!).render(
<StrictMode>
Expand Down

0 comments on commit 513a40b

Please sign in to comment.