remove app-error.js import since it is dynamically imported from app.element.ts

This commit is contained in:
Jacob Overgaard
2023-11-03 10:48:51 +01:00
parent 1617ce0c44
commit 18af6fb55f

View File

@@ -1,4 +1,3 @@
export * from './app-context-config.interface.js';
export * from './app-error.element.js';
export * from './app.element.js';
export * from './app.context.js';