refactor(cli): remove unused lib array

Deleted the unused 'lib' array from within the 'const.ts' file in the 'cli' package to clean up the codebase.
This commit is contained in:
p-sw 2024-06-11 17:58:50 +09:00
parent 670fa9d1bc
commit dd63fcb753

View File

@ -13,7 +13,6 @@ export interface Registry {
components: string
lib: string
}
lib: string[]
components: Record<string, RegistryComponent>
}