mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-08 02: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
|
@ -2,7 +2,7 @@ import React, { FC } from 'react';
|
|||
import { FlowLayout } from '~/layouts/FlowLayout';
|
||||
import { useFlow } from '~/hooks/flow/useFlow';
|
||||
import { FlowContextProvider } from '~/utils/context/FlowContextProvider';
|
||||
import { observer } from 'mobx-react';
|
||||
import { observer } from 'mobx-react-lite';
|
||||
|
||||
interface Props {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue