2
0
Fork 0

Fix one import being made on mastodon's codebase instead of glitch-soc's

This commit is contained in:
Thibaut Girka 2020-05-28 14:11:38 +02:00 committed by ThibG
commit 7a74e46b77

View file

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