]> cat aescling's git repositories - mastodon.git/commitdiff
Fix one import being made on mastodon's codebase instead of glitch-soc's
authorThibaut Girka <thib@sitedethib.com>
Thu, 28 May 2020 12:11:38 +0000 (14:11 +0200)
committerThibG <thib@sitedethib.com>
Thu, 28 May 2020 13:14:12 +0000 (15:14 +0200)
app/javascript/flavours/glitch/features/getting_started/containers/trends_container.js

index 7a526878080a26689418d8d91da24717d05dd5d6..68568d169ee94690333414d3a67e4c4178aedd6f 100644 (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 => ({