[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2024-10-20 18:35:23 +00:00 committed by GitHub
parent ee6f91b7e3
commit 9b501e1dd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ import { relative } from 'pathe'
import type { Component, ComponentsOptions } from 'nuxt/schema'
import { logger, tryUseNuxt } from '@nuxt/kit'
import { SX_RE, QUOTE_RE, isVue } from '../../core/utils'
import { QUOTE_RE, SX_RE, isVue } from '../../core/utils'
interface LoaderOptions {
getComponents (): Component[]