From 42675c0f466be5e7077fcd3f3701a8866652178c Mon Sep 17 00:00:00 2001 From: KingRainbow44 Date: Tue, 28 Jun 2022 18:17:23 -0400 Subject: [PATCH] Change class from `Test` to `Debug` --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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