diff --git a/src/components/Audioplayer/index.js b/src/components/Audioplayer/index.js index 4ded1c2c3..07ab98f19 100644 --- a/src/components/Audioplayer/index.js +++ b/src/components/Audioplayer/index.js @@ -3,7 +3,7 @@ import { connect } from 'react-redux'; import { camelize } from 'humps'; // Redux -import * as AudioActions from '../../redux/actions/audioplayer'; +import * as AudioActions from 'redux/actions/audioplayer'; // Components import Track from './Track'; @@ -12,8 +12,8 @@ import ScrollButton from './ScrollButton'; import RepeatDropdown from './RepeatDropdown'; // Helpers -import debug from '../../helpers/debug'; -import scroller from '../../utils/scroller'; +import debug from 'helpers/debug'; +import scroller from 'utils/scroller'; const style = require('./style.scss'); diff --git a/src/components/Ayah/index.js b/src/components/Ayah/index.js index 3f467a3e3..44ab165b4 100644 --- a/src/components/Ayah/index.js +++ b/src/components/Ayah/index.js @@ -2,11 +2,11 @@ import React, { Component, PropTypes } from 'react'; import Link from 'react-router/lib/Link'; import { Element } from 'react-scroll'; -import Copy from '../Copy'; +import Copy from 'components/Copy'; -import debug from '../../helpers/debug'; +import debug from 'helpers/debug'; -import bindTooltip from '../../utils/bindTooltip'; +import bindTooltip from 'utils/bindTooltip'; const styles = require('./style.scss'); diff --git a/src/components/FontStyles/index.js b/src/components/FontStyles/index.js index b147dbe2e..79622e38b 100644 --- a/src/components/FontStyles/index.js +++ b/src/components/FontStyles/index.js @@ -1,6 +1,6 @@ import React, { Component, PropTypes } from 'react'; import { connect } from 'react-redux'; -import { fontFaceStyle, fontFaceStyleLoaded } from '../../helpers/buildFontFaces'; +import { fontFaceStyle, fontFaceStyleLoaded } from 'helpers/buildFontFaces'; import { load } from 'redux/actions/fontFace.js'; import debug from 'helpers/debug'; diff --git a/src/components/Footer/index.js b/src/components/Footer/index.js index 89c95f8d4..6b7300302 100644 --- a/src/components/Footer/index.js +++ b/src/components/Footer/index.js @@ -1,4 +1,4 @@ -import React, { Component, PropTypes } from 'react'; +import React from 'react'; import Link from 'react-router/lib/Link'; import Grid from 'react-bootstrap/lib/Grid'; @@ -15,8 +15,8 @@ const Footer = () => (

Navigate