mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
4 lines
92 B
TypeScript
4 lines
92 B
TypeScript
export default function PageLogo() {
|
|
return <div>Pimary logo component goes here</div>;
|
|
}
|