remove a missed plus sign

This commit is contained in:
Art Lowel
2021-07-23 17:41:42 +02:00
parent 124845bee1
commit 1c5bfbac24

View File

@@ -17,7 +17,7 @@ export class ThemedBrowseBySwitcherComponent extends ThemedComponent<BrowseBySwi
} }
protected importThemedComponent(themeName: string): Promise<any> { protected importThemedComponent(themeName: string): Promise<any> {
return import(`../../../themes/${themeName}/app/browse-by/+browse-by-switcher/browse-by-switcher.component`); return import(`../../../themes/${themeName}/app/browse-by/browse-by-switcher/browse-by-switcher.component`);
} }
protected importUnthemedComponent(): Promise<any> { protected importUnthemedComponent(): Promise<any> {