mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2025-09-06 10:40:44 +00:00
7 lines
163 B
TypeScript
Executable File
7 lines
163 B
TypeScript
Executable File
import React from 'react'
|
|
import ReactDOM from 'react-dom'
|
|
import App from './App'
|
|
|
|
import './index.styl'
|
|
|
|
ReactDOM.render(<App/>, document.getElementById('root')) |