Skip to content

Commit

Permalink
[web] rm styles from index.js, it's already injected to the shadowdom
Browse files Browse the repository at this point in the history
  • Loading branch information
notandy committed Oct 28, 2024
1 parent b235f1d commit 7f155e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { createRoot } from "react-dom/client"
import React from "react"
import "./styles.css"

var NODE_ENV = process.env.NODE_ENV
if (NODE_ENV === 'development') {
Expand Down

0 comments on commit 7f155e2

Please sign in to comment.