added prettier

This commit is contained in:
Čarodej
2022-02-01 12:21:38 +01:00
parent 5ae875233b
commit b38b532cbe
284 changed files with 25410 additions and 25338 deletions

View File

@@ -1,11 +1,11 @@
<template>
<div class="flex justify-center items-center md:px-0 px-5">
<div class="flex items-center justify-center px-5 md:px-0">
<slot></slot>
</div>
</template>
<script>
export default {
name: 'AuthContentWrapper',
}
export default {
name: 'AuthContentWrapper',
}
</script>