import { RiArrowLeftLine } from '@remixicon/react' import * as React from 'react' import { useTranslation } from 'react-i18next' import { Button } from '@/app/components/base/ui/button' import Link from '@/next/link' const Header = () => { const { t } = useTranslation() return (