added fetch card from server, style changes, i18

This commit is contained in:
DmitriyB
2023-03-20 16:45:16 +05:00
parent 85fa8dfe09
commit 21ac6e239c
59 changed files with 1452 additions and 501 deletions
+11
View File
@@ -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;
}