FIX: Remove the psudo-documents because they will be used.

This commit is contained in:
Joaquin Pereyra 2025-06-17 18:27:33 -03:00
parent 96ed90b5fc
commit 5463f71526
15 changed files with 1 additions and 611 deletions

View file

@ -8,4 +8,3 @@ export * as items from './item/_module.mjs';
export { actionsTypes } from './action/_module.mjs';
export * as messages from './chat-message/_modules.mjs';
export * as fields from './fields/_module.mjs';
export * as pseudoDocuments from './pseudo-documents/_module.mjs';