added route preview with updated dnd

This commit is contained in:
2025-04-16 13:51:44 +03:00
parent 4dd149f2af
commit 029a2de97e
23 changed files with 7488 additions and 9168 deletions

View File

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