Browse Source
Merge pull request #18537 from abpframework/auto-merge/rel-8-0/2375
Merge branch dev with rel-8.0
pull/18543/head
maliming
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
4 deletions
-
npm/ng-packs/packages/schematics/src/commands/change-theme/style-map.ts
|
|
|
@ -287,8 +287,4 @@ importMap.set(ThemeOptionsEnum.LeptonX, [ |
|
|
|
path: '@volosoft/abp.ng.theme.lepton-x/layouts', |
|
|
|
importName: 'SideMenuLayoutModule.forRoot()', |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '@volosoft/abp.ng.theme.lepton-x/account', |
|
|
|
importName: 'AccountLayoutModule.forRoot()', |
|
|
|
}, |
|
|
|
]); |
|
|
|
|