Don't export coreValidator here, as it's already exported by core *

This commit is contained in:
Bryan Housel
2019-03-30 09:58:42 -04:00
parent 05f0e9f76f
commit b2831ffbd9

View File

@@ -19,7 +19,6 @@ export * from './ui/settings/index';
export * from './ui/index';
export * from './util/index';
export * from './validations/index';
export { coreValidator } from './core/validator';
/* export some legacy symbols: */
import { services } from './services/index';