mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-02 08:06:41 +07:00
renamed providers to context
This commit is contained in:
parent
0dc5ae99a3
commit
7284ed7301
14 changed files with 54 additions and 36 deletions
src/components/node/NodeTagsBlock
|
@ -1,6 +1,6 @@
|
|||
import React, { FC } from 'react';
|
||||
import { NodeTags } from '~/components/node/NodeTags';
|
||||
import { useTagContext } from '~/utils/providers/TagProvider';
|
||||
import { useTagContext } from '~/utils/context/TagsContextProvider';
|
||||
|
||||
interface IProps {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue