refactor: apply new eslint rules
This commit is contained in:
parent
4a7ced5550
commit
e138285b7b
39 changed files with 173 additions and 179 deletions
|
@ -4,9 +4,9 @@ import "@fontsource/source-code-pro"
|
|||
|
||||
import { createRoot } from "react-dom/client"
|
||||
import { BrowserRouter } from "react-router-dom"
|
||||
import { GlobalStore } from "./globalContext"
|
||||
|
||||
import App from "./App"
|
||||
import { GlobalStore } from "./globalContext"
|
||||
|
||||
const container = document.getElementById("root") as HTMLElement
|
||||
const root = createRoot(container)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue