Skip to content

Commit a75b0ed

Browse files
committed
Fix compiler error in Button test file related to cyclic imports
1 parent 407c304 commit a75b0ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎src/components/Button/server/__tests__/index.spec.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
resolveAriaLabel,
55
isIconOnly,
66
type ButtonStyleModule,
7-
} from '@components/Button/server'
7+
} from '../index'
88

99
type ClassList = Record<string, boolean>
1010

0 commit comments

Comments
 (0)