Skip to content

Commit

Permalink
Removed unnecessary CSS import
Browse files Browse the repository at this point in the history
  • Loading branch information
Sokilskill committed Jun 5, 2024
1 parent 3012404 commit b6020f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from "react";
import ReactDOM from "react-dom/client";
import App from "./App";
import { BrowserRouter } from "react-router-dom";
import "./index.css";
import { ChakraProvider } from "@chakra-ui/react";
import theme from "./theme/theme";

Expand Down

0 comments on commit b6020f1

Please sign in to comment.