Skip to content

Commit

Permalink
Update file name again
Browse files Browse the repository at this point in the history
Signed-off-by: Param Siddharth <[email protected]>
  • Loading branch information
paramsiddharth committed Oct 16, 2024
1 parent 558312e commit a9c876b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createRoot } from "react-dom/client";

import "bootstrap/dist/css/bootstrap.css";

import App from "./index.jsx";
import App from "./app.jsx";
import "./index.css";

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

0 comments on commit a9c876b

Please sign in to comment.