Fix export again.
This commit is contained in:
parent
654a92213d
commit
30634f7433
@ -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;
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tp/helpers",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"description": "",
|
||||
"main": "closest.js",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user