chore(packaging): update import for the new file structure
This commit is contained in:
Vendored
+10
-10
@@ -1,13 +1,13 @@
|
||||
export * from './src/annotations/annotations';
|
||||
export * from './src/annotations/visibility';
|
||||
export * from './src/compiler/interfaces';
|
||||
export * from './src/annotations/template_config';
|
||||
export * from './src/core/annotations/annotations';
|
||||
export * from './src/core/annotations/visibility';
|
||||
export * from './src/core/compiler/interfaces';
|
||||
export * from './src/core/annotations/template_config';
|
||||
|
||||
export * from './src/application';
|
||||
export * from './src/core/application';
|
||||
|
||||
export * from './src/compiler/compiler';
|
||||
export * from './src/compiler/template_loader';
|
||||
export * from './src/compiler/view';
|
||||
export * from './src/compiler/viewport';
|
||||
export * from './src/core/compiler/compiler';
|
||||
export * from './src/core/compiler/template_loader';
|
||||
export * from './src/core/compiler/view';
|
||||
export * from './src/core/compiler/viewport';
|
||||
|
||||
export * from './src/dom/element';
|
||||
export * from './src/core/dom/element';
|
||||
|
||||
Reference in New Issue
Block a user