Skip to content

Commit 59c906f

Browse files
author
Sasha Milenkovic
committed
internal: fixes another import for solidjos in docs
1 parent 68b3e03 commit 59c906f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/sorting/sorting-solid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @jsxImportSource solid-js */
22
import { For, type JSX } from "solid-js";
3-
import { useDragAndDrop } from "../../../src/solid/index";
3+
import { useDragAndDrop } from "@formkit/drag-and-drop/solid";
44

55
export const MyComponent = (): JSX.Element => {
66
const [parent, tapes] = useDragAndDrop<HTMLUListElement, string>([

0 commit comments

Comments
 (0)