chore: Fix pre-commit hooks (#3525)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Muhsin Keloth
2021-12-08 17:32:00 -08:00
committed by GitHub
co-authored by Pranav Raj S
parent 3ee6b7d6e9
commit 9306b725d8
19 changed files with 85 additions and 65 deletions
@@ -1,7 +1,11 @@
<template>
<div class="row empty-state">
<h3 class="title">{{ title }}</h3>
<p class="message">{{ message }}</p>
<h3 class="title">
{{ title }}
</h3>
<p class="message">
{{ message }}
</p>
<slot />
</div>
</template>