diff --git a/packages/admin-next/dashboard/src/routes/store/store-detail/components/store-general-section/store-general-section.tsx b/packages/admin-next/dashboard/src/routes/store/store-detail/components/store-general-section/store-general-section.tsx index 449b0bca2c..312b35a4c8 100644 --- a/packages/admin-next/dashboard/src/routes/store/store-detail/components/store-general-section/store-general-section.tsx +++ b/packages/admin-next/dashboard/src/routes/store/store-detail/components/store-general-section/store-general-section.tsx @@ -2,8 +2,8 @@ import { PencilSquare } from "@medusajs/icons" import { Badge, Container, Heading, Text } from "@medusajs/ui" import { useTranslation } from "react-i18next" import { ActionMenu } from "../../../../../components/common/action-menu" -import { ExtendedStoreDTO } from "../../../../../types/api-responses" import { useRegion } from "../../../../../hooks/api/regions" +import { ExtendedStoreDTO } from "../../../../../types/api-responses" type StoreGeneralSectionProps = { store: ExtendedStoreDTO @@ -39,7 +39,7 @@ export const StoreGeneralSection = ({ store }: StoreGeneralSectionProps) => { ]} /> -