Files
chatwoot/app/javascript/dashboard/components-next/copilot/CopilotLoader.story.vue

13 lines
242 B
Vue

<script setup>
import CopilotLoader from './CopilotLoader.vue';
</script>
<template>
<Story
title="Captain/CopilotLoader"
:layout="{ type: 'grid', width: '400px', height: '800px' }"
>
<CopilotLoader />
</Story>
</template>