Skip to content

Commit

Permalink
♻️ refactor: refactor export of useFlowEditor Instance
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Aug 7, 2023
1 parent 98d6429 commit c2b5669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BasicNode/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createStyles } from 'antd-style';
import { CSSProperties, ReactNode, memo, useRef } from 'react';

import EditableText from '@/EditableText';
import { useFlowEditor } from '@/hooks/useFlowEditor';
import { useFlowEditor } from '@/FlowEditor';
import { CollapseProvider } from './CollapseContext';

const useStyles = createStyles(({ css, token, prefixCls }) => ({
Expand Down

0 comments on commit c2b5669

Please sign in to comment.