style :module list (#387)

* chore: module favorite type and services

* style: module list

* style: module list and card

* fix: link fix
This commit is contained in:
Anmol Singh Bhatia
2023-03-07 18:46:56 +05:30
committed by GitHub
parent d8bf9b4c2a
commit 61102952d0
4 changed files with 244 additions and 81 deletions

View File

@@ -22,6 +22,7 @@ export interface IModule {
members: string[];
members_list: string[];
members_detail: IUserLite[];
is_favorite: boolean;
name: string;
project: string;
project_detail: IProject;