This website requires JavaScript.
Explore
Help
Sign In
LogalDeveloper
/
owncast
Watch
0
Fork
0
You've already forked owncast
Code
owncast
/
web
/
components
/
PageLogo.tsx
4 lines
92 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Fix web project build errors
2022-05-11 23:31:31 -07:00
export
default
function
PageLogo() {
Add placeholder components to be worked on
2022-04-27 23:19:20 -07:00
return
<
div
>
Pimary
logo
component
goes
here
<
/
div
>
;
}
Copy Permalink