mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-22 21:04:08 +08:00
Co-authored-by: Vinay Keerthi <[email protected]> Co-authored-by: Shivam Mishra <[email protected]> Co-authored-by: Pranav <[email protected]>
8 lines
203 B
JavaScript
8 lines
203 B
JavaScript
import CopilotThreadsAPI from 'dashboard/api/captain/copilotThreads';
|
|
import { createStore } from '../storeFactory';
|
|
|
|
export default createStore({
|
|
name: 'CopilotThreads',
|
|
API: CopilotThreadsAPI,
|
|
});
|