diff --git a/src/components/Audioplayer/index.js b/src/components/Audioplayer/index.js index 6c91a66e3..5eabbe9ed 100644 --- a/src/components/Audioplayer/index.js +++ b/src/components/Audioplayer/index.js @@ -1,5 +1,6 @@ /* global document */ // TODO: This file is too too large. +// Random test comment. Ignore this PR. import React, { Component, PropTypes } from 'react'; import * as customPropTypes from 'customPropTypes'; import { connect } from 'react-redux';