const Keyword: NextPage = () => {
  const { t } = useTranslation();
  const router = useRouter();
  const keywordId = router.query.keyword_id;