More blank components and stories to be filled in
This commit is contained in:
9
web/components/Follower.tsx
Normal file
9
web/components/Follower.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Follower } from '../interfaces/follower';
|
||||
|
||||
interface Props {
|
||||
follower: Follower;
|
||||
}
|
||||
|
||||
export default function FollowerCollection(props: Props) {
|
||||
return <div>This is a single follower</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user