1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 21:06:42 +07:00

removed mobx-react from deps

This commit is contained in:
Fedor Katurov 2022-01-09 19:14:30 +07:00
parent a4bb07e9cf
commit 1904153bba
8 changed files with 8 additions and 8 deletions

View file

@ -7,7 +7,7 @@ import { FlowGrid } from '~/components/flow/FlowGrid';
import { ProfilePageStats } from '~/containers/profile/ProfilePageStats';
import { Card } from '~/components/containers/Card';
import { useFlowStore } from '~/store/flow/useFlowStore';
import { observer } from 'mobx-react';
import { observer } from 'mobx-react-lite';
import { useGetProfile } from '~/hooks/profile/useGetProfile';
import { useUser } from '~/hooks/auth/useUser';