mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-11 19:03:46 +02:00
7 lines
172 B
TypeScript
7 lines
172 B
TypeScript
import React from 'react';
|
|
import ReactDOM from 'react-dom';
|
|
import App from '@/components/App';
|
|
import './i18n';
|
|
|
|
ReactDOM.render(<App/>, document.getElementById('app'));
|