mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-16 20:59:27 +00:00
chore: update deps, apply updated eslint ocnfig
This commit is contained in:
11
src/main.tsx
11
src/main.tsx
@@ -1,13 +1,12 @@
|
||||
import { StrictMode } from 'react'
|
||||
|
||||
import { App } from './App'
|
||||
import { createRoot } from 'react-dom/client'
|
||||
|
||||
import '@fontsource/roboto/400.css'
|
||||
import '@fontsource/roboto/700.css'
|
||||
import './styles/index.scss'
|
||||
|
||||
import { StrictMode } from 'react'
|
||||
|
||||
import { createRoot } from 'react-dom/client'
|
||||
|
||||
import { App } from './App'
|
||||
|
||||
createRoot(document.getElementById('root')!).render(
|
||||
<StrictMode>
|
||||
<App />
|
||||
|
||||
Reference in New Issue
Block a user