From: Eduardo San Martin Morote Date: Wed, 21 Jul 2021 15:38:25 +0000 (+0200) Subject: refactor: unused import X-Git-Tag: v2.0.0-rc.0~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08b5a2eaba89832631c2416b079011af8fb4ca52;p=thirdparty%2Fvuejs%2Fpinia.git refactor: unused import --- diff --git a/src/store.ts b/src/store.ts index 31575668..b8ca5857 100644 --- a/src/store.ts +++ b/src/store.ts @@ -12,7 +12,6 @@ import { isReactive, effectScope, EffectScope, - onUnmounted, ComputedRef, toRef, toRefs,