Skip to content

Commit

Permalink
fix(vite-react-19): css imports
Browse files Browse the repository at this point in the history
  • Loading branch information
VdustR committed Dec 14, 2024
1 parent 797d5ce commit e1e42cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite-react-19/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import App from "./App";
import { Theme } from "./theme";

import "@fontsource/inter/index.css";
import "@repo/css-reset/index.css";
import "@repo/css-reset/main.css";

const container = document.createElement("div");
container.setAttribute("class", "my-app");
Expand Down

0 comments on commit e1e42cb

Please sign in to comment.