mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
removed mobx-react from deps
This commit is contained in:
parent
a4bb07e9cf
commit
1904153bba
8 changed files with 8 additions and 8 deletions
|
@ -6,7 +6,7 @@ import { useNodeComments } from '~/hooks/comments/useNodeComments';
|
|||
import { useBoris } from '~/hooks/boris/useBoris';
|
||||
import { NodeContextProvider } from '~/utils/context/NodeContextProvider';
|
||||
import { useLoadNode } from '~/hooks/node/useLoadNode';
|
||||
import { observer } from 'mobx-react';
|
||||
import { observer } from 'mobx-react-lite';
|
||||
|
||||
const BorisPage: VFC = observer(() => {
|
||||
const { node, isLoading, update } = useLoadNode(696);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue