Add exports for injector symbols in the main index.

This commit is contained in:
2022-02-03 12:13:10 -06:00
parent 7507646f2b
commit ed54e2aa15
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,4 @@
export * from './state';
export * from './util';
export * from './sorting';
export { default as defaultDependencyInjector, DependencyInjector } from './injector';