Files
mixtape/zero.Backoffice.UI/app/modules/countries/index.ts
T

11 lines
229 B
TypeScript
Raw Normal View History

2021-12-09 14:18:38 +01:00
import api from './api';
import editor from './editor';
2021-12-10 14:23:14 +01:00
import list from './list';
2021-12-09 14:18:38 +01:00
import plugin from './plugin';
export {
api as countryApi,
editor as countrySchema,
2021-12-10 14:23:14 +01:00
list as countryListSchema,
2021-12-09 14:18:38 +01:00
plugin as countryPlugin
};