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

th-downstream
Thibaut Girka 5 years ago committed by ThibG
parent a32c7248ef
commit 4e225a769a

@ -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 => ({

Loading…
Cancel
Save