import { CONFIG_SCHEMA } from './schema';
import { VERSION_INFO } from './version';
export default {
CONFIG_SCHEMA,
VERSION_INFO,
};