Add auction

This commit is contained in:
2026-03-18 00:24:11 +01:00
parent d2212391c7
commit 21e6b4aaf6
5 changed files with 444 additions and 2 deletions

View File

@@ -3,7 +3,8 @@ import { Link, useLocation } from "react-router";
const navItems = [
{ route: "/", label: "Explorer", icon: "home" },
{ route: "/status", label: "Status", icon: "notepad" },
{ route: "/transfer", label: "Transfer", icon: "money" }
{ route: "/transfer", label: "Transfer", icon: "money" },
{ route: "/auction", label: "Auction", icon: "auction" }
];
export function Sidebar() {