From: Eduardo San Martin Morote Date: Thu, 29 Apr 2021 11:45:43 +0000 (+0200) Subject: chore: remove unused import X-Git-Tag: v2.0.0-alpha.14~15 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=10799231f028ba3e352e668821b1a413f276fdbd;p=thirdparty%2Fvuejs%2Fpinia.git chore: remove unused import --- diff --git a/src/types.ts b/src/types.ts index ca6cfba4..bf66f7b0 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,4 +1,3 @@ -import { Ref } from 'vue' import { Pinia } from './rootStore' /**