From aa4de1a4cb28ddacb9564cfd3da1a1397813e1e5 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 9 Jan 2026 14:19:37 +0800 Subject: [PATCH] rename component --- next-ui/src/components.d.ts | 2 +- .../components/library/{Holder.vue => LibraryNavigation.vue} | 0 next-ui/src/pages/libraries/[id].vue | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename next-ui/src/components/library/{Holder.vue => LibraryNavigation.vue} (100%) diff --git a/next-ui/src/components.d.ts b/next-ui/src/components.d.ts index ea7da51b7..91896b9fa 100644 --- a/next-ui/src/components.d.ts +++ b/next-ui/src/components.d.ts @@ -63,9 +63,9 @@ declare module 'vue' { LibraryFormStepMetadata: typeof import('./components/library/form/StepMetadata.vue')['default'] LibraryFormStepOptions: typeof import('./components/library/form/StepOptions.vue')['default'] LibraryFormStepScanner: typeof import('./components/library/form/StepScanner.vue')['default'] - LibraryHolder: typeof import('./components/library/Holder.vue')['default'] LibraryMenuLibraries: typeof import('./components/library/MenuLibraries.vue')['default'] LibraryMenuLibrary: typeof import('./components/library/MenuLibrary.vue')['default'] + LibraryNavigation: typeof import('./components/library/LibraryNavigation.vue')['default'] LibraryTabNavigation: typeof import('./components/library/TabNavigation.vue')['default'] LocaleSelector: typeof import('./components/LocaleSelector.vue')['default'] PageHashKnownTable: typeof import('./components/pageHash/KnownTable.vue')['default'] diff --git a/next-ui/src/components/library/Holder.vue b/next-ui/src/components/library/LibraryNavigation.vue similarity index 100% rename from next-ui/src/components/library/Holder.vue rename to next-ui/src/components/library/LibraryNavigation.vue diff --git a/next-ui/src/pages/libraries/[id].vue b/next-ui/src/pages/libraries/[id].vue index 5dfe9c492..701ea1fc1 100644 --- a/next-ui/src/pages/libraries/[id].vue +++ b/next-ui/src/pages/libraries/[id].vue @@ -1,5 +1,5 @@