From 307b001a03ee23e6750240d2c6a1d4c24dad7176 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Thu, 29 Jul 2021 09:45:16 +0200 Subject: [PATCH] chore: remove unused imports --- src/devtools/plugin.ts | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/devtools/plugin.ts b/src/devtools/plugin.ts index c02c7926..12ee9b8a 100644 --- a/src/devtools/plugin.ts +++ b/src/devtools/plugin.ts @@ -1,14 +1,5 @@ import { setupDevtoolsPlugin, TimelineEvent } from '@vue/devtools-api' -import { - App, - ComponentPublicInstance, - isReactive, - isRef, - markRaw, - toRaw, - unref, - watch, -} from 'vue' +import { App, ComponentPublicInstance, markRaw, toRaw, unref, watch } from 'vue' import { Pinia, PiniaPluginContext } from '../rootStore' import { GettersTree, -- 2.47.2