refactor(header): move theme-switcher in separate component

This commit is contained in:
tibing 2017-09-20 12:54:26 +03:00
parent a0fbdf3636
commit f13fd1c4cd
7 changed files with 152 additions and 114 deletions

View file

@ -3,3 +3,4 @@ export * from './footer/footer.component';
export * from './search-input/search-input.component';
export * from './tiny-mce/tiny-mce.component';
export * from './theme-settings/theme-settings.component';
export * from './theme-switcher/theme-switcher.component';