Skip to content

Commit

Permalink
style(components): fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonornela committed Jan 3, 2017
1 parent 2efc850 commit 6496d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/states.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Component, Input, Optional } from '@angular/core';
import { Component, Input } from '@angular/core';
import { Response } from '@angular/http';
import { Subject } from 'rxjs/Subject';
import jp from '@ramonornela/jsonpath';
Expand Down

0 comments on commit 6496d4e

Please sign in to comment.