From 716cd909a6d8d8c7abe1c9331cbf807442c4d97e Mon Sep 17 00:00:00 2001 From: Enzo Gabriel Date: Tue, 20 Dec 2022 15:00:35 -0300 Subject: [PATCH] Remove duplicated import --- src/components/TopBar.vue | 67 ++++++++++----------------------------- 1 file changed, 16 insertions(+), 51 deletions(-) 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 = () => {