Skip to content

Commit

Permalink
chore: separate type imports
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Dec 21, 2024
1 parent 367f35a commit b8127ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/prompts/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import type { NonEmptyArray, State } from '@clack/core';

import {
ConfirmPrompt,
GroupMultiSelectPrompt,
MultiSelectPrompt,
NonEmptyArray,
PasswordPrompt,
SelectKeyPrompt,
SelectPrompt,
type State,
TextPrompt,
block,
isCancel,
Expand Down

0 comments on commit b8127ef

Please sign in to comment.