Skip to content

Commit

Permalink
Update main.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanductran authored Dec 26, 2024
1 parent d956fb4 commit 8da597a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { StrictMode } from "react";
import { createRoot } from "react-dom/client";

import App from "./App";
import "../css/build.css";
import "../css/app.css";

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

1 comment on commit 8da597a

@vercel
Copy link

@vercel vercel bot commented on 8da597a Dec 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.