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:
parent
670fa9d1bc
commit
dd63fcb753
@ -13,7 +13,6 @@ export interface Registry {
|
||||
components: string
|
||||
lib: string
|
||||
}
|
||||
lib: string[]
|
||||
components: Record<string, RegistryComponent>
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user