mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
moved search provider to the top of the app
This commit is contained in:
parent
31fc033d4f
commit
7dfa6f89c7
4 changed files with 13 additions and 12 deletions
|
@ -10,7 +10,7 @@ import { Toggle } from '~/components/input/Toggle';
|
|||
import classNames from 'classnames';
|
||||
import { Superpower } from '~/components/boris/Superpower';
|
||||
import { experimentalFeatures } from '~/constants/features';
|
||||
import { useSearchContext } from '~/utils/context/SearchContextProvider';
|
||||
import { useSearchContext } from '~/utils/providers/SearchProvider';
|
||||
import { useFlowContext } from '~/utils/context/FlowContextProvider';
|
||||
|
||||
interface IProps {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue