Broken clickability on albums

This commit is contained in:
James Barnsley
2017-02-12 18:00:22 +13:00
parent ad9ba77520
commit 57b9b85db4

View File

@ -2,7 +2,7 @@
import React, { PropTypes } from 'react'
import { connect } from 'react-redux'
import { createStore, bindActionCreators } from 'redux'
import { Link } from 'react-router'
import { Link, hashHistory } from 'react-router'
import FontAwesome from 'react-fontawesome'
import ArtistSentence from './ArtistSentence'