import { Button } from "@/components/ui/button" import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card" import Link from "next/link" export default function NotFound() { return (
URL Not Found The short link you're trying to edit could not be found.

This could happen if:

  • The link has been deleted
  • You don't have permission to edit this link
  • The link ID is invalid
) }