first commit
This commit is contained in:
commit
b5a4c0a601
42 changed files with 2802 additions and 0 deletions
11
review/index.tsx
Normal file
11
review/index.tsx
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import { render } from 'solid-js/web'
|
||||
|
||||
import App from './App'
|
||||
|
||||
const root = document.getElementById('reviewroot')
|
||||
|
||||
render(() => (
|
||||
<>
|
||||
<App />
|
||||
</>
|
||||
), root!)
|
||||
Loading…
Add table
Add a link
Reference in a new issue