Fix import order

This commit is contained in:
Damien Elmes 2024-05-17 17:11:28 +07:00
parent d64ea23e11
commit c4cd8808f3
1 changed files with 1 additions and 1 deletions

View File

@ -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.