Fix the things
parent
2962922d10
commit
e2fb1ac0d6
|
@ -39,4 +39,4 @@ FancyScrollbar.propTypes = {
|
||||||
autoHide: bool,
|
autoHide: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
export default FancyScrollbar
|
export default FancyScrollbar
|
||||||
|
|
|
@ -2,7 +2,7 @@ import React from 'react'
|
||||||
import classnames from 'classnames'
|
import classnames from 'classnames'
|
||||||
import moment from 'moment'
|
import moment from 'moment'
|
||||||
|
|
||||||
import OnClickOutside from 'src/shared/components/OnClickOutside'
|
import OnClickOutside from 'shared/components/OnClickOutside'
|
||||||
import FancyScrollbar from 'shared/components/FancyScrollbar'
|
import FancyScrollbar from 'shared/components/FancyScrollbar'
|
||||||
|
|
||||||
import timeRanges from 'hson!../data/timeRanges.hson'
|
import timeRanges from 'hson!../data/timeRanges.hson'
|
||||||
|
|
Loading…
Reference in New Issue