import SmartLink from '@/components/SmartLink' import { useGlobal } from '@/lib/global' const CategoryList = ({ currentCategory, categoryOptions }) => { const { locale } = useGlobal() if (!categoryOptions) { return <>> } return (