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