From 7a74e46b770d4120890daafee51b36d1a3fa2db9 Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Thu, 28 May 2020 14:11:38 +0200 Subject: Fix one import being made on mastodon's codebase instead of glitch-soc's --- .../glitch/features/getting_started/containers/trends_container.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/javascript/flavours/glitch/features/getting_started/containers') diff --git a/app/javascript/flavours/glitch/features/getting_started/containers/trends_container.js b/app/javascript/flavours/glitch/features/getting_started/containers/trends_container.js index 7a5268780..68568d169 100644 --- a/app/javascript/flavours/glitch/features/getting_started/containers/trends_container.js +++ b/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 => ({ -- cgit