Added Sidebar

This commit is contained in:
2026-01-21 05:03:45 +00:00
parent 2060b436cc
commit cf5cd786e9
20 changed files with 1230 additions and 30 deletions

8
vite.renderer.config.mjs Normal file
View File

@@ -0,0 +1,8 @@
import { defineConfig } from 'vite';
import react from "@vitejs/plugin-react";
// https://vitejs.dev/config
export default defineConfig({
plugins: [react()],
base: "./",
});