Change class from Test to Debug

This commit is contained in:
KingRainbow44
2022-06-28 18:17:23 -04:00
parent 606f6e097f
commit 42675c0f46

View File

@@ -3,7 +3,7 @@ import ReactDOM from 'react-dom/client'
import './index.css'
import App from './ui/App'
//import Test from './ui/Debug'
// import Debug from './ui/Debug'
const root = ReactDOM.createRoot(
document.getElementById('root') as HTMLElement