Skip to content

Commit 14311dd

Browse files
committed
fix: ts import
Signed-off-by: Innei <i@innei.in>
1 parent baa66fe commit 14311dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/ui/button/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { useFocusable } from "@follow/components/common/Focusable"
1+
import { useFocusable } from "@follow/components/common/Focusable.jsx"
22
import { LoadingCircle } from "@follow/components/ui/loading/index.jsx"
33
import { stopPropagation } from "@follow/utils/dom"
44
import { cn, getOS } from "@follow/utils/utils"

0 commit comments

Comments
 (0)