feat(footer): more footer content
This commit is contained in:
5
app/types/social-account.ts
Normal file
5
app/types/social-account.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface SocialAccount {
|
||||
icon: string;
|
||||
label: string;
|
||||
link: string;
|
||||
}
|
||||
Reference in New Issue
Block a user