mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 15:50:32 +00:00
chore: remove unused import
This commit is contained in:
parent
48f0eade12
commit
8eefb65489
@ -7,7 +7,7 @@ import type { CallExpression, Expression, Identifier } from 'estree'
|
|||||||
import type { Node } from 'estree-walker'
|
import type { Node } from 'estree-walker'
|
||||||
import { walk } from 'estree-walker'
|
import { walk } from 'estree-walker'
|
||||||
import MagicString from 'magic-string'
|
import MagicString from 'magic-string'
|
||||||
import { isAbsolute, normalize } from 'pathe'
|
import { isAbsolute } from 'pathe'
|
||||||
|
|
||||||
export interface PageMetaPluginOptions {
|
export interface PageMetaPluginOptions {
|
||||||
dev?: boolean
|
dev?: boolean
|
||||||
|
Loading…
Reference in New Issue
Block a user