Fix one import being made on mastodon's codebase instead of glitch-soc's
This commit is contained in:
parent
39aa6301eb
commit
7a74e46b77
|
@ -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…
Reference in New Issue