init for release
This commit is contained in:
6
src/subscriber.js
Normal file
6
src/subscriber.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import React from 'react';
|
||||
import { createRoot } from 'react-dom/client';
|
||||
import SubscriberWindow from './SubscriberWindow';
|
||||
|
||||
const root = createRoot(document.getElementById('sub-root'));
|
||||
root.render(<SubscriberWindow />);
|
||||
Reference in New Issue
Block a user