Skip to content

Commit 808ad19

Browse files
author
johelder
committed
fix: import types from correct path
1 parent 35d2e80 commit 808ad19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/use-slot-border-styles.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { UseSlotBorderStylesProps } from '../types/text-input-otp-slot';
1+
import type { UseSlotBorderStylesProps } from '../types';
22

33
export function useSlotBorderStyles({
44
isFocused,

0 commit comments

Comments
 (0)