Skip to content

Commit 2b0e4e8

Browse files
committed
Fix ESLint errors
1 parent 3d3d2fe commit 2b0e4e8

File tree

4 files changed

+5314
-5313
lines changed

4 files changed

+5314
-5313
lines changed

packages/mercury/src/assets-manager.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ import type {
88
TreeViewItemModel
99
} from "@genexus/chameleon-controls-library";
1010

11-
import type { RegistryGetImagePathCallback } from "@genexus/chameleon-controls-library/dist/types/index.d.ts";
12-
import type { TreeViewItemImageMultiState } from "@genexus/chameleon-controls-library/dist/types/components/tree-view/types.d.ts";
1311
import type { ActionListItemAdditionalBase } from "@genexus/chameleon-controls-library/dist/types/components/action-list/types.d.ts";
1412
import type { ComboBoxItemModel } from "@genexus/chameleon-controls-library/dist/types/components/combo-box/types.d.ts";
13+
import type { TreeViewItemImageMultiState } from "@genexus/chameleon-controls-library/dist/types/components/tree-view/types.d.ts";
14+
import type { RegistryGetImagePathCallback } from "@genexus/chameleon-controls-library/dist/types/index.d.ts";
1515
import type { Assets, AssetsColorType, AssetsMetadata } from "./types.d.ts";
1616

1717
const ASSETS_BY_VENDOR: { [key in string]: Assets } = {};

0 commit comments

Comments
 (0)