refactor: clean up imports and remove unused state variables in App component

This commit is contained in:
defiQUG
2025-10-04 20:25:25 -07:00
parent 1b3793447a
commit b36a68d5bb
2 changed files with 7 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './App.tsx'
import App from './App'
import './index.css'
ReactDOM.createRoot(document.getElementById('root')!).render(