fix: path import not needed

This commit is contained in:
Derrick Hammer 2023-07-08 02:48:44 -04:00
parent 15d7aae404
commit 81b9332cac
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
import { defineConfig } from "vite";
import path from "path";
import optimizer from "vite-plugin-optimizer";
import { nodePolyfills } from "vite-plugin-node-polyfills";
export default defineConfig({