Skip to content

Commit bbb5975

Browse files
committed
removed unnecessary code
1 parent 1569073 commit bbb5975

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/app/component/activity-description/activity-description.component.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,6 @@ export interface implementation {
1111
description: string;
1212
}
1313

14-
export interface cardSchema {
15-
UUID: string;
16-
Dimension: string;
17-
SubDimension: string;
18-
Level: string;
19-
'Done%': number;
20-
Activity: activitySchema[];
21-
}
22-
export interface activitySchema {
23-
activityName: string;
24-
teamsImplemented: any;
25-
}
2614
export interface activityDescription {
2715
dimension: string;
2816
subDimension: string;

0 commit comments

Comments
 (0)