mirror of
https://github.com/owncast/owncast.git
synced 2024-11-27 09:45:36 +03:00
5 lines
115 B
TypeScript
5 lines
115 B
TypeScript
interface Props {}
|
|
|
|
export default function FollowModal(props: Props) {
|
|
return <div>Component goes here</div>;
|
|
}
|