mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
7 lines
163 B
JavaScript
7 lines
163 B
JavaScript
import React from 'react'
|
|
import ReactDOM from 'react-dom'
|
|
import './index.css'
|
|
import App from './App'
|
|
|
|
ReactDOM.render(<App />, document.getElementById('root'))
|