Remove useless html tag

This commit is contained in:
Bubka 2020-01-28 15:34:11 +01:00
parent bbc51e4758
commit fc181abb8b

View File

@ -1,8 +1,6 @@
<template>
<div class="section main-section">
<main class="py-4">
<router-view></router-view>
</main>
<div class="main-section">
<router-view></router-view>
</div>
</template>