diff --git a/src/App.vue b/src/App.vue index b466d0f..6959787 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,108 +1,11 @@ - - - - Quero vender - - Conectar carteira - - - {{ walletAddress[0] }} - - - - + diff --git a/src/components/TopBar.vue b/src/components/TopBar.vue new file mode 100644 index 0000000..ed11d04 --- /dev/null +++ b/src/components/TopBar.vue @@ -0,0 +1,56 @@ + + + + + + + Quero vender + + Conectar carteira + + + {{formatWalletAddress()}} + + + + + +