mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 23:24:29 +03:00
3 lines
92 B
TypeScript
3 lines
92 B
TypeScript
export default function PageLogo() {
|
|
return <div>Pimary logo component goes here</div>;
|
|
}
|