File tree Expand file tree Collapse file tree 4 files changed +1
-32
lines changed Expand file tree Collapse file tree 4 files changed +1
-32
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,11 @@ import { NgModule } from '@angular/core';
2
2
import { IconModule } from '../../icon/icon.module' ;
3
3
import { SelectModule } from '../../select/select.module' ;
4
4
import { TimeRangeModule } from '../../time-range/time-range.module' ;
5
- import { SpaceSelectorComponent } from '../space-selector/space-selector.component' ;
6
5
import { ApplicationHeaderComponent } from './application-header.component' ;
7
6
8
7
@NgModule ( {
9
8
imports : [ IconModule , SelectModule , TimeRangeModule ] ,
10
- declarations : [ ApplicationHeaderComponent , SpaceSelectorComponent ] ,
9
+ declarations : [ ApplicationHeaderComponent ] ,
11
10
exports : [ ApplicationHeaderComponent ]
12
11
} )
13
12
export class ApplicationHeaderModule { }
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -109,7 +109,6 @@ export * from './header/application/application-header.component';
109
109
export * from './header/application/application-header.module' ;
110
110
export * from './header/page/page-header.component' ;
111
111
export * from './header/page/page-header.module' ;
112
- export * from './header/space-selector/space-selector.component' ;
113
112
114
113
// Icon
115
114
export * from './icon/icon-size' ;
You can’t perform that action at this time.
0 commit comments