"use client" import { GitBranchIcon, RotateCcwIcon } from "lucide-react" import { toast } from "sonner" import { Marker, MarkerContent, MarkerIcon } from "@/styles/base-rhea/ui/marker" export function MarkerLinkButtonDemo() { return (
}> View the pull request toast("You clicked the revert button")} /> } > Revert this change
) }