Add placeholder components to be worked on
This commit is contained in:
9
web/components/SocialLinks.tsx
Normal file
9
web/components/SocialLinks.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { SocialLink } from '../interfaces/social-link.model';
|
||||
|
||||
interface Props {
|
||||
links: SocialLink[];
|
||||
}
|
||||
|
||||
export default function SocialLinks(props: Props) {
|
||||
return <div>Social links component goes here</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user