Remove unneeded import

This commit is contained in:
Niek van der Maas 2023-03-21 08:53:32 +01:00
parent 42788a2911
commit fd6b6c5216
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { defineConfig, loadEnv } from 'vite'
import { defineConfig } from 'vite'
import { svelte } from '@sveltejs/vite-plugin-svelte'
import purgecss from '@fullhuman/postcss-purgecss'