Fix export again.

This commit is contained in:
Peter Kaske
2022-04-22 13:00:12 +02:00
parent 654a92213d
commit 30634f7433
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ This program is available under Apache License Version 2.0
* So, if for example your route is /user/settings you need to split
* the path to [ 'user', 'settings' ] and feed it to the _lazyImport function.
*/
export const LazyImports = class {
export default class {
constructor(lazyMap) {
this.lazyMap = lazyMap;
}