adminarea yarn lint --fix

This commit is contained in:
ogerly 2022-02-17 09:32:35 +01:00
parent f5b533c3fe
commit 7cb3dd397d

View File

@ -4,7 +4,7 @@
<div class="header py-1 py-lg-1 pt-lg-3">
<b-container>
<div class="header-body text-center mb-3">
<a href="#!" @click="$router.go(-1)">
<a href="#!" @click="$router.go(-1)">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12 mt-5 mb-5">
@ -1186,8 +1186,8 @@
</b-container>
</div>
<div class="text-center">
<b-button variant="light" @click="$router.go(-1)">zurück</b-button>
</div>
<b-button variant="light" @click="$router.go(-1)">zurück</b-button>
</div>
</div>
</template>