balls gaming
This commit is contained in:
parent
0202e1a23a
commit
4dc39a7af5
5 changed files with 25 additions and 1 deletions
11
hacked/index.tsx
Normal file
11
hacked/index.tsx
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import { render } from 'solid-js/web'
|
||||
|
||||
import App from './App'
|
||||
|
||||
const root = document.getElementById('hackedroot')
|
||||
|
||||
render(() => (
|
||||
<>
|
||||
<App />
|
||||
</>
|
||||
), root!)
|
||||
Loading…
Add table
Add a link
Reference in a new issue