1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

optimized imports

This commit is contained in:
Fedor Katurov 2022-03-23 14:26:14 +07:00
parent 68bab520df
commit 77d59625d1
26 changed files with 6 additions and 49 deletions

View file

@ -5,7 +5,6 @@ import { useFlowLoader } from '~/hooks/flow/useFlowLoader';
import { useFlowSetCellView } from '~/hooks/flow/useFlowSetCellView';
import { useGetLabStats } from '~/hooks/lab/useGetLabStats';
import { useFlowStore } from '~/store/flow/useFlowStore';
import { GetNodeDiffResult } from '~/types/node';
export const useFlow = () => {
const { loadMore, isSyncing } = useFlowLoader();