tachybase_todo/packages/plugins/collection-manager/src/index.ts

5 lines
214 B
TypeScript
Raw Normal View History

export * from './repositories';
export { default as fieldsCollection } from './collections/fields';
export { default as collectionsCollection } from './collections/collections';
export { default } from './server';