Use type import here

This commit is contained in:
RMidhunSuresh 2023-06-13 13:26:11 +05:30
parent 696b4a243f
commit f8f2085270

View File

@ -15,7 +15,7 @@ limitations under the License.
*/
import {ViewModel, Options} from "../../../ViewModel";
import {SegmentType} from "../../../navigation/index";
import type {SegmentType} from "../../../navigation/index";
export class MissingKeysViewModel extends ViewModel<SegmentType, Options> {
gotoSettings() {