From c856be30e44d7173dea56cc1674cbae51c002942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 28 Jun 2022 10:47:24 +0200 Subject: [PATCH] Cleanup: web, remove unused import --- web/app/vite.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/app/vite.config.js b/web/app/vite.config.js index 27afca90..d7386ede 100644 --- a/web/app/vite.config.js +++ b/web/app/vite.config.js @@ -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/