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