mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
moved flow files
This commit is contained in:
parent
a068f56abf
commit
b1e8bddbaf
4 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@ import { useFlowStore } from '~/store/flow/useFlowStore';
|
|||
import { useCallback } from 'react';
|
||||
import { FlowDisplay } from '~/redux/types';
|
||||
import { showErrorToast } from '~/utils/errors/showToast';
|
||||
import { postCellView } from '~/redux/flow/api';
|
||||
import { postCellView } from '~/api/flow';
|
||||
|
||||
export const useFlowSetCellView = () => {
|
||||
const { updateNode } = useFlowStore();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue