// import { NgModule } from '@angular/core'; // import { CommonModule } from '@angular/common'; // import { SimpleActiveToolbarComponent } from './simple-active-toolbar/simple-active-toolbar.component'; // import { ActiveToolbarPillComponent } from './simple-active-toolbar/component/active-toolbar-pill/active-toolbar-pill.component'; // import { PrimaryToolbarComponent } from './primary-toolbar/primary-toolbar.component'; // import { ComponentsModule } from 'projects/esp-common/components'; // @NgModule({ // declarations: [SimpleActiveToolbarComponent, ActiveToolbarPillComponent, PrimaryToolbarComponent], // imports: [CommonModule, ComponentsModule], // exports: [SimpleActiveToolbarComponent, ActiveToolbarPillComponent, PrimaryToolbarComponent], // }) // export class SimpleActiveToolbarModule {}