mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
6 lines
306 B
TypeScript
6 lines
306 B
TypeScript
export * from './header/header.component';
|
|
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';
|