added dropdown-menu

This commit is contained in:
Oliver Bryan
2025-12-26 18:18:25 +00:00
parent ee99ae613f
commit ef78697ab6
7 changed files with 239 additions and 31 deletions

View File

@@ -1,8 +1,8 @@
import { BrowserRouter, Route, Routes } from "react-router-dom";
import { Auth } from "@/components/auth-provider";
import { ThemeProvider } from "@/components/theme-provider";
import Index from "./Index";
import Test from "./Test";
import Index from "@/Index";
import Test from "@/Test";
function App() {
return (