Skip to content

Commit 2bab92a

Browse files
devversionjelbourn
authored andcommitted
chore(toolbar): combine imports from same file (#1753)
* Moves two separated imports to one single import statement.
1 parent 5ffdea6 commit 2bab92a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/toolbar/toolbar.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import {
55
ChangeDetectionStrategy,
66
Input,
77
ViewEncapsulation,
8-
Directive
8+
Directive,
9+
ElementRef,
10+
Renderer
911
} from '@angular/core';
10-
import {Renderer} from '@angular/core';
11-
import {ElementRef} from '@angular/core';
1212

1313
@Directive({
1414
selector: 'md-toolbar-row'

0 commit comments

Comments
 (0)