Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed May 17, 2024
1 parent d64ea23 commit c4cd880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import adapter from "@sveltejs/adapter-static";
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
import { dirname, join } from "path";
import preprocess from "svelte-preprocess";
import { fileURLToPath } from "url";
import preprocess from 'svelte-preprocess';

// This prevents errors being shown when opening VSCode on the root of the
// project, instead of the ts folder.
Expand Down

0 comments on commit c4cd880

Please sign in to comment.