Skip to content

Commit 07a04a1

Browse files
committed
Remove unused imports
1 parent 0f10e25 commit 07a04a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/useMouse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ref, onMounted, onUnmounted } from "vue";
1+
import { ref } from "vue";
22
import { useEventListener } from "./event";
33

44
export function useMouse() {

0 commit comments

Comments
 (0)