|
|
@ -1,5 +1,5 @@ |
|
|
|
import { connect } from 'react-redux'; |
|
|
|
import { connect } from 'react-redux'; |
|
|
|
import { fetchTrends } from 'mastodon/actions/trends'; |
|
|
|
import { fetchTrends } from 'flavours/glitch/actions/trends'; |
|
|
|
import Trends from '../components/trends'; |
|
|
|
import Trends from '../components/trends'; |
|
|
|
|
|
|
|
|
|
|
|
const mapStateToProps = state => ({ |
|
|
|
const mapStateToProps = state => ({ |
|
|
|