mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +01:00
7 lines
163 B
TypeScript
7 lines
163 B
TypeScript
import React from 'react'
|
|
import ReactDOM from 'react-dom'
|
|
import App from './App'
|
|
import './index.css'
|
|
|
|
ReactDOM.render(<App />, document.getElementById('root'))
|