diff --git a/packages/web/src/components/Dialog/ClientNotificationDialog/ClientNotificationDialog.tsx b/packages/web/src/components/Dialog/ClientNotificationDialog/ClientNotificationDialog.tsx index 92d68531..6d50dbbc 100644 --- a/packages/web/src/components/Dialog/ClientNotificationDialog/ClientNotificationDialog.tsx +++ b/packages/web/src/components/Dialog/ClientNotificationDialog/ClientNotificationDialog.tsx @@ -6,7 +6,7 @@ import { DialogHeader, DialogTitle, } from "@components/UI/Dialog.tsx"; -import { useDevice } from "@core/stores/deviceStore.ts"; +import { useDevice } from "@core/stores"; import { useTranslation } from "react-i18next"; export interface ClientNotificationDialogProps {