diff options
author | 2022-06-06 16:49:53 +0000 | |
---|---|---|
committer | 2022-06-06 16:49:53 +0000 | |
commit | f0f6a3332f88327cf165a35a668ca14aeaac0491 (patch) | |
tree | de26dc62371a7a3f954169ade1bdf3bbac607b13 /packages/integrations/svelte/src | |
parent | 5b06398b7ba513a943996aea23399a2e2cb68fd5 (diff) | |
download | astro-f0f6a3332f88327cf165a35a668ca14aeaac0491.tar.gz astro-f0f6a3332f88327cf165a35a668ca14aeaac0491.tar.zst astro-f0f6a3332f88327cf165a35a668ca14aeaac0491.zip |
[ci] formatfix/map-file-404-logs
Diffstat (limited to 'packages/integrations/svelte/src')
-rw-r--r-- | packages/integrations/svelte/src/index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/svelte/src/index.ts b/packages/integrations/svelte/src/index.ts index 4d9fddf70..340e2def0 100644 --- a/packages/integrations/svelte/src/index.ts +++ b/packages/integrations/svelte/src/index.ts @@ -1,7 +1,7 @@ -import type { AstroIntegration, AstroRenderer } from 'astro'; +import type { Options } from '@sveltejs/vite-plugin-svelte'; import { svelte } from '@sveltejs/vite-plugin-svelte'; +import type { AstroIntegration, AstroRenderer } from 'astro'; import preprocess from 'svelte-preprocess'; -import type { Options } from '@sveltejs/vite-plugin-svelte'; function getRenderer(): AstroRenderer { return { |