From 45ed965d2305ea9925e0db35f5ae0891d1be67da Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 22 Dec 2023 14:48:51 +0100 Subject: [PATCH] chore: update --- src/global.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/global.ts b/src/global.ts index 37bcabb7..4d738970 100644 --- a/src/global.ts +++ b/src/global.ts @@ -1,5 +1,4 @@ -import type { Unimport } from './context' -import type { Import, InstallGlobalOptions } from './types' +import type { Import, InstallGlobalOptions, Unimport } from './types' export async function installGlobalAutoImports( imports: Import[] | Unimport,