mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add MUI style
This commit is contained in:
7
assets/index.tsx
Normal file
7
assets/index.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as React from 'react';
|
||||
import * as ReactDOM from 'react-dom/client';
|
||||
|
||||
const rootElement = document.getElementById('root');
|
||||
const root = ReactDOM.createRoot(rootElement!);
|
||||
|
||||
root.render(<></>)
|
||||
Reference in New Issue
Block a user