Skip to content

Commit

Permalink
fix: lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jul 4, 2023
1 parent 41c910c commit 2040351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 2040351

Please sign in to comment.