Skip to content

Commit

Permalink
Merge pull request #56 from 100-hours-a-week/Yeonsu00-12-patch-3
Browse files Browse the repository at this point in the history
Update index.tsx
  • Loading branch information
lucy726j authored Aug 21, 2024
2 parents 9da2a2d + bbe8c53 commit 8438989
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ import "./index.css";
import App from "./App";
import reportWebVitals from "./reportWebVitals";
import "./fonts/fonts.css";
import { AuthProvider } from "./contexts/authContext";

const root = ReactDOM.createRoot(
document.getElementById("root") as HTMLElement
);
root.render(
<React.StrictMode>
<AuthProvider>
<App />
</AuthProvider>
</React.StrictMode>
);

Expand Down

0 comments on commit 8438989

Please sign in to comment.