From 04655cd5449b83c14b1ef33fd6b0ec80c9c350ff Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:00 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E2=9A=BD=20index.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands/doctor/index.ts | 1 + src/components/CustomSelect/index.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/commands/doctor/index.ts b/src/commands/doctor/index.ts index a0d148f..5d6ee40 100644 --- a/src/commands/doctor/index.ts +++ b/src/commands/doctor/index.ts @@ -11,3 +11,4 @@ const doctor: Command = { export default doctor + diff --git a/src/components/CustomSelect/index.ts b/src/components/CustomSelect/index.ts index fee30a5..e5670bc 100644 --- a/src/components/CustomSelect/index.ts +++ b/src/components/CustomSelect/index.ts @@ -1,3 +1,4 @@ export * from './SelectMulti.js' export type { OptionWithDescription } from './select.js' export * from './select.js' +