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

master
Thibaut Girka 4 years ago committed by ThibG
parent 39aa6301eb
commit 7a74e46b77
  1. 2
      app/javascript/flavours/glitch/features/getting_started/containers/trends_container.js

@ -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