owncast/web/components/modals/FediAuthModal.tsx

6 lines
117 B
TypeScript
Raw Normal View History

interface Props {}
export default function FediAuthModal(props: Props) {
return <div>Component goes here</div>;
}