This commit is contained in:
SpikeHD
2022-06-11 16:26:39 -07:00
2 changed files with 1 additions and 5 deletions

View File

@@ -12,7 +12,6 @@ const root = ReactDOM.createRoot(
root.render(
<React.StrictMode>
<App />
{/* <Test /> */}
</React.StrictMode>
)