diff --git a/ui/src/shared/components/CustomTimeRange.js b/ui/src/shared/components/CustomTimeRange.js index 53677b3fc..8b84f315a 100644 --- a/ui/src/shared/components/CustomTimeRange.js +++ b/ui/src/shared/components/CustomTimeRange.js @@ -2,7 +2,7 @@ import React, {PropTypes, Component} from 'react' import rome from 'rome' import moment from 'moment' -import shortcuts from 'hson!shared/data/shortcuts.hson' +import shortcuts from 'hson!shared/data/timeRangeShortcuts.hson' class CustomTimeRange extends Component { constructor(props) { diff --git a/ui/src/shared/data/shortcuts.hson b/ui/src/shared/data/timeRangeShortcuts.hson similarity index 100% rename from ui/src/shared/data/shortcuts.hson rename to ui/src/shared/data/timeRangeShortcuts.hson