Skip to content

Commit 57694d4

Browse files
committed
fix: imports
1 parent ecd5088 commit 57694d4

File tree

1 file changed

+3
-1
lines changed
  • packages/kit-headless/src/components/checklist

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
export { Checklist as Root } from './checklist';
2-
export { ChecklistIndicator as Indicator } from './checklist-indicator.tsx';
2+
export { ChecklistIndicator as Indicator } from './checklist-indicator';
3+
export * from './checklist-context-wrapper';
4+
export * from './context-id';

0 commit comments

Comments
 (0)