Add placeholder components to be worked on
This commit is contained in:
5
web/interfaces/social-link.model.ts
Normal file
5
web/interfaces/social-link.model.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface SocialLink {
|
||||
platform: string;
|
||||
icon: string;
|
||||
url: string;
|
||||
}
|
||||
Reference in New Issue
Block a user