remove popup from prod (as its in alpha dev)

This commit is contained in:
SethBurkart123
2023-09-16 20:41:05 +10:00
parent d01272cf7f
commit 9c3f52fa18
29 changed files with 0 additions and 701 deletions
-10
View File
@@ -1,10 +0,0 @@
import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './App.tsx'
import './index.css'
ReactDOM.createRoot(document.getElementById('ExtensionPopup')!).render(
<React.StrictMode>
<App />
</React.StrictMode>,
)