Added a custom icon to client

This commit is contained in:
Donkie
2023-05-16 20:51:26 +02:00
parent 1f90d7c3b1
commit ce5fcce7c3
11 changed files with 522 additions and 44 deletions

View File

@@ -1,6 +1,8 @@
import react from "@vitejs/plugin-react";
import { defineConfig } from "vite";
import svgr from "vite-plugin-svgr";
export default defineConfig({
plugins: [react()],
plugins: [react(), svgr()],
});