Added gitea-mirror

This commit is contained in:
2026-01-19 08:34:20 +01:00
parent b956b07d1e
commit e19aff248d
385 changed files with 81357 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
import {
LayoutDashboard,
GitFork,
Settings,
Activity,
Building2,
} from "lucide-react";
import type { SidebarItem } from "@/types/Sidebar";
export const links: SidebarItem[] = [
{ href: "/", label: "Dashboard", icon: LayoutDashboard },
{ href: "/repositories", label: "Repositories", icon: GitFork },
{ href: "/organizations", label: "Organizations", icon: Building2 },
{ href: "/config", label: "Configuration", icon: Settings },
{ href: "/activity", label: "Activity Log", icon: Activity },
];