We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a93d3c commit cfba079Copy full SHA for cfba079
2 files changed
src/main.tsx
@@ -2,7 +2,6 @@ import { StrictMode } from "react";
2
import { createRoot } from "react-dom/client";
3
import "./index.css";
4
import App from "./App.tsx";
5
-import "./styles/globals.css";
6
7
createRoot(document.getElementById("root")!).render(
8
<StrictMode>
src/styles/globals.css
0 commit comments