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
|
@ -11,7 +11,7 @@ import styles from './styles.module.scss';
|
|||
import isBefore from 'date-fns/isBefore';
|
||||
import { Authorized } from '~/components/containers/Authorized';
|
||||
import { Button } from '~/components/input/Button';
|
||||
import { observer } from 'mobx-react';
|
||||
import { observer } from 'mobx-react-lite';
|
||||
import { Dialog } from '~/constants/modal';
|
||||
import { useGetLabStats } from '~/hooks/lab/useGetLabStats';
|
||||
import { useAuth } from '~/hooks/auth/useAuth';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue