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