mirror of
https://github.com/zoriya/v10.git
synced 2026-08-11 00:19:28 +00:00
6 lines
174 B
TypeScript
6 lines
174 B
TypeScript
import '@app/styles.css';
|
|
import { App } from '@app/shell/app';
|
|
import { createRoot } from 'react-dom/client';
|
|
|
|
createRoot(document.getElementById('root')!).render(<App />);
|