Skip to content

Commit 3109c4f

Browse files
committed
fix(constants): import store
1 parent 1d13e48 commit 3109c4f

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)