mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 13:26:40 +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
|
@ -8,7 +8,7 @@ import { MainRouter } from '~/containers/main/MainRouter';
|
|||
import { DragDetectorProvider } from '~/hooks/dom/useDragDetector';
|
||||
import { UserContextProvider } from '~/utils/context/UserContextProvider';
|
||||
import { SWRConfigProvider } from '~/utils/providers/SWRConfigProvider';
|
||||
import { observer } from 'mobx-react';
|
||||
import { observer } from 'mobx-react-lite';
|
||||
import { useGlobalLoader } from '~/hooks/dom/useGlobalLoader';
|
||||
import { SearchProvider } from '~/utils/providers/SearchProvider';
|
||||
import { ToastProvider } from '~/utils/providers/ToastProvider';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue