mirror of
https://github.com/cudr/slate-collaborative.git
synced 2025-06-13 12:54:04 +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'))
|