Skip to content

Commit

Permalink
fix(requireJS): import for RequireJS should have /index
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Mar 13, 2018
1 parent fba8750 commit b796c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
MultipleSelectOption,
SelectOption
} from '../models/index';
import { findOrDefault } from '../services';
import { findOrDefault } from '../services/index';
import * as $ from 'jquery';

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { arrayToCsvFormatter } from './arrayToCsvFormatter';
import { Column, Formatter } from './../models/index';
import { findOrDefault } from '../services';
import { findOrDefault } from '../services/index';

/**
* A formatter to show the label property value of a params collection
Expand Down

0 comments on commit b796c26

Please sign in to comment.