summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bholmesdev <bholmesdev@users.noreply.github.com> 2023-03-21 13:22:55 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2023-03-21 13:22:55 +0000
commit25af48199281192c897b6164b7daf7c086aa0e8a (patch)
treebcceab3b372e804570e509816e07bb46faf2ff91
parentf42f47dc6a91cdb6534dab0ecbf9e8e85f00ba40 (diff)
downloadastro-25af48199281192c897b6164b7daf7c086aa0e8a.tar.gz
astro-25af48199281192c897b6164b7daf7c086aa0e8a.tar.zst
astro-25af48199281192c897b6164b7daf7c086aa0e8a.zip
[ci] format
-rw-r--r--packages/astro/src/content/vite-plugin-content-imports.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/astro/src/content/vite-plugin-content-imports.ts b/packages/astro/src/content/vite-plugin-content-imports.ts
index a9559bc3d..cc1d38565 100644
--- a/packages/astro/src/content/vite-plugin-content-imports.ts
+++ b/packages/astro/src/content/vite-plugin-content-imports.ts
@@ -1,11 +1,10 @@
import * as devalue from 'devalue';
import type fsMod from 'node:fs';
-import type { ContentEntryModule } from '../@types/astro.js';
import { extname } from 'node:path';
import type { PluginContext } from 'rollup';
import { pathToFileURL } from 'url';
import type { Plugin } from 'vite';
-import type { AstroSettings, ContentEntryType } from '../@types/astro.js';
+import type { AstroSettings, ContentEntryModule, ContentEntryType } from '../@types/astro.js';
import { AstroErrorData } from '../core/errors/errors-data.js';
import { AstroError } from '../core/errors/errors.js';
import { escapeViteEnvReferences, getFileInfo } from '../vite-plugin-utils/index.js';