mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
7 lines
143 B
TypeScript
7 lines
143 B
TypeScript
import React from 'react'
|
|
import ReactDOM from 'react-dom'
|
|
|
|
import App from './App'
|
|
|
|
ReactDOM.render(<App />, document.getElementById('root'))
|