mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix up merge and add bun.lockb to gitignore
This commit is contained in:
@@ -3,7 +3,9 @@ import ReactDOM from 'react-dom/client'
|
||||
import App from './App.js'
|
||||
import './index.css'
|
||||
|
||||
ReactDOM.createRoot(document.getElementById('ExtensionPopup')!).render(
|
||||
const root = ReactDOM.createRoot(document.getElementById('ExtensionPopup')!);
|
||||
|
||||
root.render(
|
||||
<React.StrictMode>
|
||||
<App />
|
||||
</React.StrictMode>,
|
||||
|
||||
Reference in New Issue
Block a user