chore: remove unused import

This commit is contained in:
Daniel Roe 2023-08-05 14:27:06 +01:00
parent 48f0eade12
commit 8eefb65489

View File

@ -7,7 +7,7 @@ import type { CallExpression, Expression, Identifier } from 'estree'
import type { Node } from 'estree-walker'
import { walk } from 'estree-walker'
import MagicString from 'magic-string'
import { isAbsolute, normalize } from 'pathe'
import { isAbsolute } from 'pathe'
export interface PageMetaPluginOptions {
dev?: boolean