8000 [exports] fixes a bad import · codemic-pl/react-sortablejs@e59d2a7 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit e59d2a7

Browse files
author
Wayne Van Son
committed
[exports] fixes a bad import
1 parent 81f5932 commit e59d2a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/util.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { PropsWithChildren } from "react";
22
import { Options } from "sortablejs";
3-
import { ItemInterface } from "../dist";
43
import { MultiDragEvent } from "./react-sortable";
5-
import { AllMethodNames, ReactSortableProps } from "./types";
4+
import { AllMethodNames, ItemInterface, ReactSortableProps } from "./types";
65

76
/**
87
* Removes the `node` from the DOM

0 commit comments

Comments
 (0)
0