Skip to content

Commit 0a8b903

Browse files
authored
refactor: remove unused components (#868)
1 parent 1a82260 commit 0a8b903

File tree

4 files changed

+1
-32
lines changed

4 files changed

+1
-32
lines changed

projects/components/src/header/application/application-header.module.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ import { NgModule } from '@angular/core';
22
import { IconModule } from '../../icon/icon.module';
33
import { SelectModule } from '../../select/select.module';
44
import { TimeRangeModule } from '../../time-range/time-range.module';
5-
import { SpaceSelectorComponent } from '../space-selector/space-selector.component';
65
import { ApplicationHeaderComponent } from './application-header.component';
76

87
@NgModule({
98
imports: [IconModule, SelectModule, TimeRangeModule],
10-
declarations: [ApplicationHeaderComponent, SpaceSelectorComponent],
9+
declarations: [ApplicationHeaderComponent],
1110
exports: [ApplicationHeaderComponent]
1211
})
1312
export class ApplicationHeaderModule {}

projects/components/src/header/space-selector/space-selector.component.scss

Lines changed: 0 additions & 14 deletions
This file was deleted.

projects/components/src/header/space-selector/space-selector.component.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.

projects/components/src/public-api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ export * from './header/application/application-header.component';
109109
export * from './header/application/application-header.module';
110110
export * from './header/page/page-header.component';
111111
export * from './header/page/page-header.module';
112-
export * from './header/space-selector/space-selector.component';
113112

114113
// Icon
115114
export * from './icon/icon-size';

0 commit comments

Comments
 (0)