@greatapps/greatagents 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/product.js +0 -2
package/package.json
CHANGED
package/src/product.js
CHANGED
|
@@ -7,7 +7,6 @@ import conversations from './modules/conversations/index.js';
|
|
|
7
7
|
import conversations_tags from './modules/conversations_tags/index.js';
|
|
8
8
|
import credentials from './modules/credentials/index.js';
|
|
9
9
|
import leads from './modules/leads/index.js';
|
|
10
|
-
import leads_channels from './modules/leads_channels/index.js';
|
|
11
10
|
import leads_tags from './modules/leads_tags/index.js';
|
|
12
11
|
import messages from './modules/messages/index.js';
|
|
13
12
|
import missions from './modules/missions/index.js';
|
|
@@ -46,7 +45,6 @@ export default {
|
|
|
46
45
|
conversations_tags,
|
|
47
46
|
credentials,
|
|
48
47
|
leads,
|
|
49
|
-
leads_channels,
|
|
50
48
|
leads_tags,
|
|
51
49
|
messages,
|
|
52
50
|
missions,
|