This website requires JavaScript.
Explore
Help
Sign In
AtaraxiaDev
/
chitchatter
Watch
1
Star
0
Fork
0
You've already forked chitchatter
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
chitchatter
/
src
/
pages
/
PublicRoom
/
PublicRoom.tsx
6 lines
91 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor: use absolute module paths
2022-08-16 09:21:33 -05:00
import
{
Room
}
from
'components/Room'
feat: wire up public room
2022-08-09 22:14:59 -05:00
export
function
PublicRoom() {
return
<
Room
/
>
}
Reference in New Issue
Copy Permalink