Render positions

No frame syncs, so flickers terribly, and performance is garbage. But it
works.
This commit is contained in:
2020-08-23 03:50:58 +02:00
parent b26a39a461
commit 53487944bc
9 changed files with 127 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
import React from 'react'
import ReactDOM from 'react-dom'
import React from "react"
import ReactDOM from "react-dom"
import Home from '@app/components/Home'
import Home from "@app/components/Home"
ReactDOM.render(<Home />, document.getElementById('root'))
ReactDOM.render(<Home />, document.getElementById("root"))