ENCOA-316 ENCOA-317:
Refactor components to remove Layout wrapper and pass it in the App component , implemented a skeleton feedback while loading page and improved API calls related to Dashboard/User Profile
This commit is contained in:
@@ -37,3 +37,5 @@ export interface Assignment {
|
||||
}
|
||||
|
||||
export type AssignmentWithCorporateId = Assignment & { corporateId: string };
|
||||
|
||||
export type AssignmentWithHasResults = Assignment & { hasResults: boolean };
|
||||
|
||||
Reference in New Issue
Block a user