Skip to content

Commit

Permalink
chore: remove vue bootstrap tags
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-acampora committed Oct 11, 2023
1 parent ccf567d commit 66fd2a4
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
<template>
<v-app>
<NavBar />
<v-main>
<v-container fluid>
<router-view></router-view>
</v-container>
</v-main>
</v-app>
<NavBar/>
<router-view></router-view>

</template>

<script>
Expand Down

0 comments on commit 66fd2a4

Please sign in to comment.