import { useGlobal } from '@/lib/global' import Link from 'next/link' import LayoutBase from './LayoutBase' export const LayoutTagIndex = (props) => { const { tags } = props const { locale } = useGlobal() return
{locale.COMMON.TAGS}:
}