From 3109c4f71dcaa9390da1ddf80d0221007b4cc9d4 Mon Sep 17 00:00:00 2001 From: xdeq Date: Tue, 8 Jul 2025 20:29:24 +0300 Subject: [PATCH] fix(constants): import store --- pages/constants.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/constants.vue b/pages/constants.vue index c69207ab..dbaaa42b 100644 --- a/pages/constants.vue +++ b/pages/constants.vue @@ -12,7 +12,7 @@ import Tooltip from "@/components/ui/Tooltip.vue" import { fetchMainnetConstants, fetchMochaConstants, fetchArabicaConstants, fetchMammothConstants } from "@/services/api/main" /** Store */ -import { useNotificationsStore } from "@/store/notifications" +import { useNotificationsStore } from "@/store/notifications.store" const notificationsStore = useNotificationsStore() useHead({