create and list + delete brand

This commit is contained in:
hamid zarghami
2025-09-24 10:01:33 +03:30
parent 0dd1ab170d
commit a8e2cbb065
12 changed files with 381 additions and 16 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import tailwindcss from "@tailwindcss/vite";
import path from "path";
import { fileURLToPath, URL } from "node:url";
import { fileURLToPath } from "node:url";
// https://vite.dev/config/
export default defineConfig({