mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-10 10:23:46 +02:00
6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
import * as React from 'react';
|
|
import * as ReactDOM from 'react-dom';
|
|
import App from '@/components/App';
|
|
|
|
ReactDOM.render(<App/>, document.getElementById('app'));
|