From 90f9ac31fa80a235f796eab7928f75311083c94d Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Mon, 14 Sep 2020 17:34:26 -0500 Subject: [PATCH] Revert with update path cb30e0dcb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Revert: - with update path cb30e0dcb --- app/javascript/gabsocial/features/news.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/gabsocial/features/news.js b/app/javascript/gabsocial/features/news.js index ff9afc37..b96c07af 100644 --- a/app/javascript/gabsocial/features/news.js +++ b/app/javascript/gabsocial/features/news.js @@ -4,6 +4,7 @@ import { connect } from 'react-redux' import { withRouter } from 'react-router-dom' import isObject from 'lodash.isobject' import queryString from 'query-string' +import { fetchGabTrends } from '../actions/gab' import { BREAKPOINT_EXTRA_SMALL } from '../constants' import Block from '../components/block' import Button from '../components/button'