diff --git a/src/components/TopBar.vue b/src/components/TopBar.vue index ec4a94f..48d3c3a 100644 --- a/src/components/TopBar.vue +++ b/src/components/TopBar.vue @@ -4,7 +4,6 @@ import { storeToRefs } from "pinia"; import { useEtherStore } from "../store/ether"; import { ref } from "vue"; import blockchain from "../utils/blockchain"; -import router from "@/router"; // Store reference const etherStore = useEtherStore(); @@ -46,27 +45,13 @@ const disconnectUser = () => {