From b8ed628bf5b479bcf0f242593ba6406f0886222b Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Fri, 29 Nov 2024 00:13:43 +0100 Subject: [PATCH] Fix formatting --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index 2ec510a..6517ee3 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,5 +1,5 @@ import adapter from '@sveltejs/adapter-static'; -import { sveltePreprocess } from 'svelte-preprocess' +import { sveltePreprocess } from 'svelte-preprocess'; /** @type {import('@sveltejs/kit').Config} */ const config = {