mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-05 01:27:46 +07:00
refactored hooks directory
This commit is contained in:
parent
efa3ba902d
commit
f76a5a4798
106 changed files with 122 additions and 144 deletions
src/pages
|
@ -1,8 +1,8 @@
|
|||
import React, { FC } from 'react';
|
||||
import { FlowLayout } from '~/layouts/FlowLayout';
|
||||
import { useFlow } from '~/utils/hooks/flow/useFlow';
|
||||
import { useSearch } from '~/utils/hooks/search/useSearch';
|
||||
import { useUser } from '~/utils/hooks/user/userUser';
|
||||
import { useFlow } from '~/hooks/flow/useFlow';
|
||||
import { useSearch } from '~/hooks/search/useSearch';
|
||||
import { useUser } from '~/hooks/user/userUser';
|
||||
|
||||
interface Props {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue