diff --git a/index.html b/index.html
index 68e8767..04438a2 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
Admin Control Panel
-
+
diff --git a/src/main.tsx b/src/main.tsx
index d96f8d8..23d3462 100644
--- a/src/main.tsx
+++ b/src/main.tsx
@@ -1,6 +1,6 @@
import { createRoot } from "react-dom/client";
- import App from "./App.tsx";
+ import App from "./App";
import "./index.css";
createRoot(document.getElementById("root")!).render();