From 157daeb698edeefc33f5ab4497052ae58cee05b6 Mon Sep 17 00:00:00 2001 From: Johan Persson Date: Fri, 27 Mar 2026 10:42:12 +0100 Subject: [PATCH] fix(docs-ui): remove duplicate Select and Skeleton entries in component registry Signed-off-by: Johan Persson --- docs-ui/src/utils/data.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs-ui/src/utils/data.ts b/docs-ui/src/utils/data.ts index c7472bc3d9..bd37760ea4 100644 --- a/docs-ui/src/utils/data.ts +++ b/docs-ui/src/utils/data.ts @@ -109,14 +109,6 @@ export const components: Page[] = [ title: 'Slider', slug: 'slider', }, - { - title: 'Select', - slug: 'select', - }, - { - title: 'Skeleton', - slug: 'skeleton', - }, { title: 'Switch', slug: 'switch',