Files
chatwoot/app/javascript/dashboard/routes/auth/Auth.vue
T

6 lines
113 B
Vue

<template>
<div class="row auth-wrap login align-center">
<router-view></router-view>
</div>
</template>