1
0
Fork 0
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:
Fedor Katurov 2021-11-21 16:51:59 +07:00
parent 0dc5ae99a3
commit 7284ed7301
14 changed files with 54 additions and 36 deletions
src/components/node/NodeTagsBlock

View file

@ -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 {}