/
concept-collection
/
commonview
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
commonview
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
1
Tags
0
Site
main
Branches
main
commonview
/
src
/
main.tsx
9 lines · 200 B
Code
Blame
History
4a0be26
Initial commit: P2P counter app (nostr discovery + WebRTC mesh)
Jeremy Magland
1 month 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