From 73dd7b590eddb4297db69ebaa8100898748f12a8 Mon Sep 17 00:00:00 2001 From: kevin olson Date: Thu, 30 Jan 2025 00:10:49 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20unused=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/runtime/care.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtime/care.ts b/src/runtime/care.ts index d5bb5b9..27ef0aa 100644 --- a/src/runtime/care.ts +++ b/src/runtime/care.ts @@ -1,5 +1,4 @@ import log from 'consola' -import type { ComputedRef } from 'vue' import type { H3Event } from 'h3' import type { ModuleOptions as Config } from '../module'