Files
chatwoot/app/javascript/v3/views/auth/start/FounderNote.vue
T
2023-12-01 18:09:46 +05:30

12 lines
216 B
Vue

<template>
<div
class="px-8 py-24 font-bold dark:text-white bg-woot-25 dark:bg-slate-900"
>
<h2 class="text-3xl text-center">Founders Note</h2>
</div>
</template>
<script>
export default {};
</script>