/
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
main
Branches
main
commonroom
/
src
/
main.tsx
9 lines · 200 B
Code
Blame
History
9813683
Serverless group video calls: rooms, WebRTC mesh, shared settings
Jeremy Magland
27 days ago
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