owncast/web/components/modals/BrowserNotifyModal.tsx
2022-04-27 23:19:45 -07:00

5 lines
122 B
TypeScript

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