UPDATE: Optimaze
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m42s

This commit is contained in:
2025-09-27 08:53:41 +07:00
parent 8fedc05e5c
commit ceed2c1666
3 changed files with 90 additions and 34 deletions

View File

@@ -17,7 +17,7 @@ import useLocaleStore from "@/stores/localeStore";
import { getLocaleName } from "@/helper";
import Image from "next/image";
import { MonsterBasic } from "@/types";
import { cloneDeep } from "lodash";
import cloneDeep from 'lodash/cloneDeep'
import { useTranslations } from "next-intl";
import { listCurrentLanguageApi } from "@/constant/constant";