Skip to content

Commit f51c3f3

Browse files
authored
Merge pull request #142 from celenium-io/constants-view
fix(constants): import store
2 parents 7b8c17c + 3109c4f commit f51c3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/constants.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import Tooltip from "@/components/ui/Tooltip.vue"
1212
import { fetchMainnetConstants, fetchMochaConstants, fetchArabicaConstants, fetchMammothConstants } from "@/services/api/main"
1313
1414
/** Store */
15-
import { useNotificationsStore } from "@/store/notifications"
15+
import { useNotificationsStore } from "@/store/notifications.store"
1616
const notificationsStore = useNotificationsStore()
1717
1818
useHead({

0 commit comments

Comments
 (0)