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' +