mirror of
https://github.com/aleleba/chartjs-2-react.git
synced 2025-04-19 23:58:03 -06:00
8 lines
164 B
JavaScript
8 lines
164 B
JavaScript
import React from 'react'
|
|
import ReactDOM from 'react-dom'
|
|
|
|
import './index.css'
|
|
import App from './App'
|
|
|
|
ReactDOM.render(<App />, document.getElementById('root'))
|