style: projects list page

This commit is contained in:
Aaryan Khandelwal
2023-03-01 14:11:27 +05:30
parent 76b8b9eaef
commit 6afcf1f0e3
9 changed files with 214 additions and 90 deletions

View File

@@ -10,6 +10,7 @@ export interface IProject {
icon: string;
id: string;
identifier: string;
is_favourite: boolean;
module_view: boolean;
name: string;
network: number;