We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b8c17c + 3109c4f commit f51c3f3Copy full SHA for f51c3f3
1 file changed
pages/constants.vue
@@ -12,7 +12,7 @@ import Tooltip from "@/components/ui/Tooltip.vue"
12
import { fetchMainnetConstants, fetchMochaConstants, fetchArabicaConstants, fetchMammothConstants } from "@/services/api/main"
13
14
/** Store */
15
-import { useNotificationsStore } from "@/store/notifications"
+import { useNotificationsStore } from "@/store/notifications.store"
16
const notificationsStore = useNotificationsStore()
17
18
useHead({
0 commit comments