mirror of
https://github.com/mgerb/react-starter
synced 2026-01-11 09:32:51 +00:00
7 lines
159 B
TypeScript
7 lines
159 B
TypeScript
import React from 'react';
|
|
import ReactDOM from 'react-dom';
|
|
|
|
import { Routes } from './routes';
|
|
|
|
ReactDOM.render(<Routes />, document.getElementById('app'));
|