1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +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

@ -1,10 +1,10 @@
import { useCallback, useEffect, useState } from 'react';
import useSWRInfinite from 'swr/infinite';
import { flatten } from 'ramda';
import { getSearchResults } from '~/redux/flow/api';
import { getSearchResults } from '~/api/flow';
import { KeyLoader } from 'swr';
import { INode } from '~/redux/types';
import { GetSearchResultsRequest } from '~/redux/flow/types';
import { GetSearchResultsRequest } from '~/types/flow';
const RESULTS_COUNT = 20;