import { Button } from "@/components/ui/button"; import { Link } from '@/i18n/routing'; const LinkButton = () => { return (
); }; export default LinkButton;