1
0
Fork 0
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:
Fedor Katurov 2022-01-04 19:37:46 +07:00
parent a068f56abf
commit b1e8bddbaf
4 changed files with 5 additions and 5 deletions

View file

@ -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();