Leftover cleanup

This commit is contained in:
zenodeapp 2023-12-04 12:13:02 +01:00
parent 2982f8e727
commit a1a5ca6ca4

View File

@ -1,4 +1,4 @@
import { useBlockchain, useDashboard } from "@/stores";
import { useBlockchain } from "@/stores";
import { createRouter, createWebHistory } from "vue-router";
// @ts-ignore
import { setupLayouts } from "virtual:generated-layouts";
@ -18,7 +18,7 @@ router.beforeEach((to) => {
if(chain !== blockchain.chainName) {
blockchain.setCurrent(chain.toString())
}
}
}
})
// Docs: https://router.vuejs.org/guide/advanced/navigation-guards.html#global-before-guards