AI Service Reliability Monitor & Failover Switch v1.0.0
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { StrictMode } from 'react'
|
||||
import { createRoot } from 'react-dom/client'
|
||||
import App from './popup'
|
||||
|
||||
const container = document.getElementById('root')
|
||||
if (container) {
|
||||
createRoot(container).render(
|
||||
<StrictMode>
|
||||
<App />
|
||||
</StrictMode>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user