From 204035170f1e14b6d47e85513553174cfb717c5e Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Tue, 4 Jul 2023 10:24:29 +0900 Subject: [PATCH] fix: lint warning --- src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.ts b/src/utils.ts index 53b32cd33..c1435fcac 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -1,6 +1,6 @@ import { promises as fs, readFileSync as _readFileSync, constants as FS_CONSTANTS } from 'node:fs' import { createHash } from 'node:crypto' -import { resolveFiles, resolvePath } from '@nuxt/kit' +import { resolvePath } from '@nuxt/kit' import { parse as parsePath, resolve, relative } from 'pathe' import { parse as _parseCode } from '@babel/parser' import { encodePath } from 'ufo'