We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35452b4 commit 030f338Copy full SHA for 030f338
src/core/config/remote/remote_config_validator.ts
@@ -19,7 +19,7 @@ import {SoloError} from '../../errors.js';
19
20
import type {K8} from '../../k8.js';
21
import type {ComponentsDataWrapper} from './components_data_wrapper.js';
22
-import { BaseComponent } from './components/base_component.js';
+import {type BaseComponent} from './components/base_component.js';
23
24
/**
25
* Static class is used to validate that components in the remote config
0 commit comments