remove shared components.

This commit is contained in:
2023-11-21 23:06:57 +08:00
parent ab985ff65f
commit aa7d46effc
33 changed files with 53 additions and 43 deletions

1
src/components.d.ts vendored
View File

@@ -7,7 +7,6 @@ export {}
declare module 'vue' {
export interface GlobalComponents {
IEpArrowD: typeof import('~icons/ep/arrow-d')['default']
IEpArrowDown: typeof import('~icons/ep/arrow-down')['default']
IEpArrowRightBold: typeof import('~icons/ep/arrow-right-bold')['default']
IEpArrowUp: typeof import('~icons/ep/arrow-up')['default']