import { Button } from "@/components/ui/button"; const DisabledButton = () => { return (
); }; export default DisabledButton;