import { Button } from "@/components/ui/button"; import { Card, CardContent, CardHeader } from "@/components/ui/card"; import { Home, ArrowLeft, GitBranch, BookOpen, Settings, FileQuestion } from "lucide-react"; export function NotFound() { return (

404

Page Not Found

The page you're looking for doesn't exist or has been moved.

{/* Action Buttons */}
{/* Divider */}
or visit
{/* Quick Links */}
Repositories Config Docs
{/* Error Code */}

Error Code: 404_NOT_FOUND

); }