cic-stack/apps/cic-meta/src/index.ts

5 lines
138 B
TypeScript
Raw Permalink Normal View History

2021-04-28 11:11:39 +02:00
export { User } from './user';
export { Phone } from './phone';
2021-05-21 11:42:08 +02:00
export { Custom } from './custom';
export { Meta } from './meta';