From dedf135d021c8bf994404792cc4f856be35f64b2 Mon Sep 17 00:00:00 2001 From: philon- Date: Mon, 11 Aug 2025 15:49:23 +0200 Subject: [PATCH] Change store import after merge --- .../ClientNotificationDialog/ClientNotificationDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {