mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 13:55:01 +02:00
Remove useless html tag
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user