updated src/css
continuous-integration/drone/push Build is passing Details

This commit is contained in:
hardik 2025-09-29 18:21:02 +05:30
parent 6f0f90c7e5
commit 561ca7b97d
1 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@
import { createRoot } from "react-dom/client"; import { createRoot } from "react-dom/client";
import App from "./App.tsx"; import App from "./App.tsx";
// import "../src/"; // import "../src/";
// declare module '*.css'; declare module '*.css';
createRoot(document.getElementById("root")!).render(<App />); createRoot(document.getElementById("root")!).render(<App />);