11 lines
245 B
TypeScript
11 lines
245 B
TypeScript
import api from './api';
|
|
//import editor from './editor';
|
|
//import list from './list';
|
|
import plugin from './plugin';
|
|
|
|
export {
|
|
api as applicationApi,
|
|
//editor as countrySchema,
|
|
//list as countryListSchema,
|
|
plugin as applicationPlugin
|
|
}; |