We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b6f26 commit d77f488Copy full SHA for d77f488
src/index.ts
@@ -10,6 +10,6 @@ export {
10
SortableEvent,
11
SortableOptions,
12
Utils,
13
-} from "sortablejs";
14
-export { ReactSortable } from "./react-sortable";
15
-export * from "./types";
+} from "sortablejs"
+export { ReactSortable } from "./react-sortable"
+export * from "./types"
0 commit comments