webapp: Remove redundant main container

This commit is contained in:
Nikolaj Kappler 2024-01-16 21:08:22 +01:00 committed by Thomas Basler
parent 72a2c58f1e
commit bfeb852e23

View File

@ -1,8 +1,6 @@
<template>
<NavBar />
<main class="container-fluid">
<router-view />
</main>
</template>
<script lang="ts">