Add placeholder components to be worked on
This commit is contained in:
5
web/components/modals/FollowModal.tsx
Normal file
5
web/components/modals/FollowModal.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
interface Props {}
|
||||
|
||||
export default function FollowModal(props: Props) {
|
||||
return <div>Component goes here</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user