mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
(nextjs) fixed eslint warnings
This commit is contained in:
parent
c469722a86
commit
e5f8d5a551
29 changed files with 56 additions and 59 deletions
|
@ -3,7 +3,7 @@ import { FlowStore } from '~/store/flow/FlowStore';
|
|||
import { ModalStore } from '~/store/modal/ModalStore';
|
||||
import { LabStore } from '~/store/lab/LabStore';
|
||||
import { AuthStore } from '~/store/auth/AuthStore';
|
||||
import { enableStaticRendering, useStaticRendering } from 'mobx-react-lite';
|
||||
import { enableStaticRendering } from 'mobx-react-lite';
|
||||
|
||||
export class Store {
|
||||
flow = new FlowStore();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue