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,7 +1,7 @@
import "./App.css";
import React from "react";
import ReactDOM from "react-dom/client";
import App from "./App";
import App from "@/App";
ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
<React.StrictMode>