Skip to content

Commit 666d13e

Browse files
committed
prevent import error with beautiful-react hooks and react-router dependency
1 parent 7f7a50c commit 666d13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/javascripts/viewer/view/right-border-tabs/comment_tab/comment_tab_view.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
} from "@ant-design/icons";
1010
import { Tree as AntdTree, Dropdown, type GetRef, Space, Tooltip, type TreeProps } from "antd";
1111
import type { EventDataNode } from "antd/es/tree";
12-
import { useLifecycle } from "beautiful-react-hooks";
12+
import useLifecycle from "beautiful-react-hooks/useLifecycle";
1313
import { InputKeyboard } from "libs/input";
1414
import { useEffectOnlyOnce } from "libs/react_hooks";
1515
import { useWkSelector } from "libs/react_hooks";

0 commit comments

Comments
 (0)