added fetch card from server, style changes, i18
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export interface ICards {
|
||||
app_title: string;
|
||||
title: string;
|
||||
language: string;
|
||||
location: string;
|
||||
feature_description: string;
|
||||
icon: string;
|
||||
logo: string;
|
||||
preview: string;
|
||||
_id: string;
|
||||
}
|
||||
Reference in New Issue
Block a user