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