diff --git a/js/components/MainWindow/PlaylistToggleButton.js b/js/components/MainWindow/PlaylistToggleButton.js index e9d6337b..b4165200 100644 --- a/js/components/MainWindow/PlaylistToggleButton.js +++ b/js/components/MainWindow/PlaylistToggleButton.js @@ -2,9 +2,7 @@ import React from "react"; import { connect } from "react-redux"; import classnames from "classnames"; -import { - TOGGLE_PLAYLIST_WINDOW -} from "../../actionTypes"; +import { TOGGLE_PLAYLIST_WINDOW } from "../../actionTypes"; const PlaylistToggleButton = props => (