MOBILE-3321 core: Use type imports

main
Noel De Martin 2022-05-11 14:51:16 +02:00
parent bf8c15c5a8
commit f4ef4d8fae
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
import { Component, Input, OnInit } from '@angular/core';
import { CoreCourseModuleData } from '@features/course/services/course-helper';
import type { CoreCourseModuleData } from '@features/course/services/course-helper';
import { CoreCourseModuleDelegate } from '@features/course/services/module-delegate';
/**