Skip to content

Commit

Permalink
webapp: Remove redundant main container
Browse files Browse the repository at this point in the history
  • Loading branch information
nkappler authored and tbnobody committed Jan 18, 2024
1 parent 72a2c58 commit bfeb852
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions webapp/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<template>
<NavBar />
<main class="container-fluid">
<router-view />
</main>
<router-view />
</template>

<script lang="ts">
Expand Down

0 comments on commit bfeb852

Please sign in to comment.