Skip to content

Commit a10c268

Browse files
committed
fix: ci
1 parent 2d1c5ef commit a10c268

File tree

4 files changed

+44
-34
lines changed

4 files changed

+44
-34
lines changed

packages/core/src/prompts/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export { block } from '../utils';
12
export { default as ConfirmPrompt } from './confirm';
23
export { default as GroupMultiSelectPrompt } from './group-multiselect';
34
export { default as MultiSelectPrompt } from './multi-select';
@@ -7,4 +8,3 @@ export type { State } from './prompt';
78
export { default as SelectPrompt } from './select';
89
export { default as SelectKeyPrompt } from './select-key';
910
export { default as TextPrompt } from './text';
10-
export { block } from '../utils';

packages/core/src/themes/default.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
import color from 'picocolors';
12
import Prompt, { State } from '../prompts/prompt';
2-
import { TemplateOptions } from './types';
33
import * as S from './symbols';
4-
import color from 'picocolors';
4+
import { TemplateOptions } from './types';
55

66
const symbol = (state: State) => {
77
switch (state) {

packages/core/src/themes/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export * from './types';
2-
export * as S from './symbols';
31
export { template as defaultTheme } from './default';
2+
export * as S from './symbols';
3+
export * from './types';

pnpm-lock.yaml

Lines changed: 39 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)