mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Remove unused import
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user