remove unused imports from vite.config.ts

This commit is contained in:
Hazelnoot 2025-04-13 19:58:12 -04:00
parent d1682ee7cc
commit 596a2e4553

View file

@ -3,8 +3,6 @@ import pluginReplace from '@rollup/plugin-replace';
import pluginVue from '@vitejs/plugin-vue';
import { defineConfig } from 'vite';
import type { UserConfig } from 'vite';
import * as yaml from 'js-yaml';
import { promises as fsp } from 'fs';
import locales from '../../locales/index.js';
import { localesVersion } from '../../locales/version.js';