From: Eduardo San Martin Morote Date: Wed, 28 Apr 2021 14:50:50 +0000 (+0200) Subject: chore: missing Ref import X-Git-Tag: v2.0.0-alpha.14~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=64693c9d46b2d43f3bb22db1ca14d62f7d3b97dd;p=thirdparty%2Fvuejs%2Fpinia.git chore: missing Ref import --- diff --git a/src/types.ts b/src/types.ts index 6d1d8a26..a7a5a2a4 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,3 +1,4 @@ +import { Ref } from 'vue' import { Pinia } from './rootStore' /**