MOBILE-3321 core: Use type imports
parent
bf8c15c5a8
commit
f4ef4d8fae
|
@ -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';
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue