mirror of
https://github.com/owncast/owncast.git
synced 2025-11-03 21:08:36 +08:00
Add placeholder components to be worked on
This commit is contained in:
5
web/components/modals/FediAuthModal.tsx
Normal file
5
web/components/modals/FediAuthModal.tsx
Normal file
@ -0,0 +1,5 @@
|
||||
interface Props {}
|
||||
|
||||
export default function FediAuthModal(props: Props) {
|
||||
return <div>Component goes here</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user