Skip to content

Commit 2f51685

Browse files
authored
fix: remove invalid exports (#293)
1 parent 3f7e1a4 commit 2f51685

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/prompts/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ export * from './common.js';
44
export * from './confirm.js';
55
export * from './group-multi-select.js';
66
export * from './group.js';
7-
export * from './index.test.js';
8-
export * from './index.js';
97
export * from './limit-options.js';
108
export * from './log.js';
119
export * from './messages.js';

0 commit comments

Comments
 (0)