vue-psa-architecture/src/app/lists/ListsTable/index.ts

4 lines
154 B
TypeScript

export { default as AudienceListsTable } from "./AudienceListsTable.vue";
export * from "./ports";
export { LISTS_TABLE_API_PROVIDE_KEY } from "./store";