Skip to content

Commit

Permalink
feat: adding a call to the vertical nav bar component
Browse files Browse the repository at this point in the history
  • Loading branch information
Grégor Sternat committed Jul 20, 2024
1 parent 6c4dd34 commit e4bcb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import VerticalNavbar from "./components/main/VerticalNavbar.vue";
import VerticalNavbar from "./components/wallet/verticalNavbar.vue";
import transactions_container from "./components/transaction/transactions_container.vue";
import ERC from "./components/main/ERC/ERC.vue";
</script>
Expand Down

0 comments on commit e4bcb50

Please sign in to comment.