chatwoot/app/javascript/dashboard/store/captain/copilotThreads.js
Sivin Varghese f23d95e004
feat: Add Pinia support and relocate store factory (#12854)
Co-authored-by: Vinay Keerthi <[email protected]>
Co-authored-by: Shivam Mishra <[email protected]>
Co-authored-by: Pranav <[email protected]>
2025-11-28 16:31:59 +05:30

8 lines
203 B
JavaScript

import CopilotThreadsAPI from 'dashboard/api/captain/copilotThreads';
import { createStore } from '../storeFactory';
export default createStore({
name: 'CopilotThreads',
API: CopilotThreadsAPI,
});