diff --git a/src/index.tsx b/src/index.tsx index 30c2cf4..68dac72 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -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