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