From 2968b6f7ee006da34026d7bb5ff44fa348e56723 Mon Sep 17 00:00:00 2001 From: RcleydsonR Date: Wed, 15 Feb 2023 15:26:11 -0300 Subject: [PATCH] Update imports with alias @ that references src folder --- src/App.vue | 2 +- src/blockchain/buyerMethods.ts | 2 +- src/blockchain/events.ts | 2 +- src/blockchain/provider.ts | 2 +- src/blockchain/wallet.ts | 5 +---- src/components/SellerSteps/SellerSearchComponent.vue | 2 +- src/router/index.ts | 6 +++--- src/views/SellerView.vue | 6 +++--- 8 files changed, 12 insertions(+), 15 deletions(-) diff --git a/src/App.vue b/src/App.vue index cbdd5c7..176d6a0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@