11 lines
229 B
TypeScript
11 lines
229 B
TypeScript
import api from './api';
|
|
import editor from './editor';
|
|
import list from './list';
|
|
import plugin from './plugin';
|
|
|
|
export {
|
|
api as countryApi,
|
|
editor as countrySchema,
|
|
list as countryListSchema,
|
|
plugin as countryPlugin
|
|
}; |