owncast/web/components/modals/IndieAuthModal.tsx

6 lines
118 B
TypeScript
Raw Normal View History

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