aboutsummaryrefslogtreecommitdiff
path: root/src/index.tsx
blob: f5c836b83cea7347b2c5ad8fe18ee0372e942a35 (plain) (blame)
1
2
3
4
5
import React from 'react';
import ReactDOM from 'react-dom';
import Dashboard from './Dashboard';

ReactDOM.render(<Dashboard />, document.getElementById('root'));