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