Cleanup: web, remove unused import

This commit is contained in:
Sybren A. Stüvel 2022-06-28 10:47:24 +02:00
parent 6d9e5d5299
commit c856be30e4

@ -1,7 +1,6 @@
import { fileURLToPath, URL } from 'url'
import { defineConfig } from 'vite'
import { resolve } from 'path'
import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/