Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #46 from Stocodi/develop
Browse files Browse the repository at this point in the history
CD: 배포자동화 테스트
  • Loading branch information
toothlessdev authored Jan 13, 2024
2 parents e54cb87 + d6fbb2e commit 63b99e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ import ReactDOM from "react-dom/client";
import App from "./App.tsx";

import { BrowserRouter } from "react-router-dom";
// import { StrictMode } from "react";

ReactDOM.createRoot(document.getElementById("root")!).render(
// <StrictMode>
<BrowserRouter>
<App />
</BrowserRouter>,
// </StrictMode>,
);

0 comments on commit 63b99e6

Please sign in to comment.