diff --git a/src/modules/service-detail/components/ServiceGeneralInfo.tsx b/src/modules/service-detail/components/ServiceGeneralInfo.tsx index 86406130..623e19e1 100644 --- a/src/modules/service-detail/components/ServiceGeneralInfo.tsx +++ b/src/modules/service-detail/components/ServiceGeneralInfo.tsx @@ -1,7 +1,6 @@ import { isArray, startCase } from "lodash"; import { useMemo } from "react"; import { formatInfo, getServiceUrl } from "shared/helpers/utils"; -import useSettingStore from "shared/store/setting"; import type { ServiceGeneralInfoProps, ServiceInfoValue } from "../types";