owncast/web/components/modals/BrowserNotifyModal.tsx

6 lines
122 B
TypeScript
Raw Normal View History

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