fix more linting

This commit is contained in:
Anton Tranelis 2025-01-23 13:19:06 +00:00
parent 5f48f4e645
commit 28ee520a16
2 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,7 @@
import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import App from './App.jsx'
import './index.css'
import App from './App'
createRoot(document.getElementById('root')).render(
<StrictMode>

View File

@ -1,8 +1,7 @@
import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import App from './App.jsx'
import './index.css'
import App from './App'
createRoot(document.getElementById('root')).render(
<StrictMode>