Skip to content

Commit

Permalink
Fix bug where FromUtcPipe was being imported instead of exported. (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
deegie1000 authored and urish committed Oct 31, 2017
1 parent e7a9ceb commit 25f3b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export { MomentModule } from './moment.module';
export { SubtractPipe } from './subtract.pipe';
export { TimeAgoPipe } from './time-ago.pipe';
export { UtcPipe } from './utc.pipe';
import { FromUtcPipe } from './from-utc.pipe';
export { FromUtcPipe } from './from-utc.pipe';
export { LocalTimePipe } from './local.pipe';
export { LocalePipe } from './locale.pipe';

0 comments on commit 25f3b6e

Please sign in to comment.