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

lolsob-rspec
Thibaut Girka 2020-05-28 14:11:38 +02:00 committed by ThibG
parent a32c7248ef
commit 4e225a769a
1 changed files with 1 additions and 1 deletions

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