Skip to content

Commit

Permalink
changed an export in index
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Oct 6, 2017
1 parent aabcdfc commit da2f948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { FilterService } from './filter.service';
export { GridOdataService } from './grid-odata.service';
export { MouseService } from './mouse.service';
import { OdataService } from './odata.service';
export { OdataService } from './odata.service';
export { ResizerService } from './resizer.service';
export { SortService } from './sort.service';

0 comments on commit da2f948

Please sign in to comment.