summaryrefslogtreecommitdiff
path: root/packages/integrations/svelte/src
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2022-06-06 16:49:53 +0000
committerGravatar github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2022-06-06 16:49:53 +0000
commitf0f6a3332f88327cf165a35a668ca14aeaac0491 (patch)
treede26dc62371a7a3f954169ade1bdf3bbac607b13 /packages/integrations/svelte/src
parent5b06398b7ba513a943996aea23399a2e2cb68fd5 (diff)
downloadastro-f0f6a3332f88327cf165a35a668ca14aeaac0491.tar.gz
astro-f0f6a3332f88327cf165a35a668ca14aeaac0491.tar.zst
astro-f0f6a3332f88327cf165a35a668ca14aeaac0491.zip
Diffstat (limited to 'packages/integrations/svelte/src')
-rw-r--r--packages/integrations/svelte/src/index.ts4
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 {