From 2f3f2ae7f098376f535e5aa993c9eedc14e36f5d Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 22 Mar 2024 02:33:33 +0530 Subject: Upgrade node modules --- src/stores/lib/Reaction.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stores/lib/Reaction.ts') diff --git a/src/stores/lib/Reaction.ts b/src/stores/lib/Reaction.ts index 3966c8073..d418d8db8 100644 --- a/src/stores/lib/Reaction.ts +++ b/src/stores/lib/Reaction.ts @@ -1,4 +1,4 @@ -import { autorun, IReactionDisposer, IReactionPublic } from 'mobx'; +import { type IReactionDisposer, type IReactionPublic, autorun } from 'mobx'; export default class Reaction { public reaction: (r: IReactionPublic) => any; -- cgit v1.2.3-70-g09d2