From 9239a72374e5f4a9112e95bc246f05733d6fc438 Mon Sep 17 00:00:00 2001 From: hfcRed Date: Fri, 26 Dec 2025 14:50:57 +0100 Subject: [PATCH] Add html select to showcase --- .../components-showcase/routes/components.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/features/components-showcase/routes/components.tsx b/app/features/components-showcase/routes/components.tsx index b4be83a2d..dcb65a680 100644 --- a/app/features/components-showcase/routes/components.tsx +++ b/app/features/components-showcase/routes/components.tsx @@ -384,6 +384,17 @@ function SelectSection() { )} + + + + );