Skip to content

Commit fbd0692

Browse files
committed
Change import to one line per entry
1 parent daf361d commit fbd0692

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/datepicker-input/datepicker-input.component.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
import { Component, Input, Output, EventEmitter } from "@angular/core";
1+
import {
2+
Component,
3+
Input,
4+
Output,
5+
EventEmitter
6+
} from "@angular/core";
27

38
@Component({
49
selector: "ibm-date-picker-input",

0 commit comments

Comments
 (0)