Skip to content

Commit ebe4bff

Browse files
committed
chore: release 1.8.0-rc.5
Release-As: 1.8.0-rc.5
1 parent a3ea095 commit ebe4bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react-components/hooks/useGraphEvents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { useEffect, useLayoutEffect, useMemo, useRef } from "react";
1+
import { useLayoutEffect, useMemo, useRef } from "react";
22

33
import { Graph } from "../../graph";
44
import { GraphEventsDefinitions, UnwrapGraphEvents, UnwrapGraphEventsDetail } from "../../graphEvents";

0 commit comments

Comments
 (0)