Remove unused import

This commit is contained in:
Lea Verou
2025-05-02 17:36:08 -04:00
parent 6306955c74
commit d79d753f4c

View File

@@ -1,13 +1,7 @@
import { flatten } from '../../utilities/deep.js';
import type WaIcon from '../icon/icon.js';
import defaultLibrary from './library.default.js';
import type {
IconLibrary,
IconLibraryCache,
IconLibraryFetched,
IconLibraryResolver,
UnregisteredIconLibrary,
} from './types.d.ts';
import type { IconLibrary, IconLibraryCache, IconLibraryFetched, UnregisteredIconLibrary } from './types.d.ts';
export type { IconLibrary, IconLibraryCache, IconLibraryFetched, UnregisteredIconLibrary } from './types.d.ts';