/
concept-collection
/
qhull-wasm-demo
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
qhull-wasm-demo
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
1
Tags
0
Site
main
Branches
main
qhull-wasm-demo
/
src
/
main.tsx
10 lines · 230 B
Copy
Copied
Blame
History
Raw
1
import
{
StrictMode
}
from
'react'
2
import
{ createRoot }
from
'react-dom/client'
3
import
'./index.css'
4
import
App
from
'./App.tsx'
5
6
createRoot
(
document
.
getElementById
(
'root'
)!).
render
(
7
<
StrictMode
>
8
<
App
/>
9
</
StrictMode
>
,
10
)
↑
↓
move
↵
open
esc
close