Skip to content

Commit

Permalink
remove a missed plus sign
Browse files Browse the repository at this point in the history
  • Loading branch information
artlowel committed Jul 23, 2021
1 parent 124845b commit 1c5bfba
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,7 @@ export class ThemedBrowseBySwitcherComponent extends ThemedComponent<BrowseBySwi
}

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> {
Expand Down

0 comments on commit 1c5bfba

Please sign in to comment.