/
concept-collection
/
commoncall
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
commoncall
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
1
Tags
0
Site
main
Branches
main
commoncall
/
src
/
main.tsx
9 lines · 200 B
Code
Blame
History
1cec293
Serverless p2p video calls: presence + mutual-consent WebRTC over nostr signaling
Jeremy Magland
28 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