mirror of
https://github.com/gosticks/react-table.git
synced 2026-03-30 01:14:34 +00:00
5 lines
89 B
JavaScript
5 lines
89 B
JavaScript
import { Render } from 'jumpsuit'
|
|
import App from 'screens/index'
|
|
|
|
Render(null, <App />)
|