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