From a5899ae83fc05298ba880fc2001c4127e6db1cc7 Mon Sep 17 00:00:00 2001 From: ChaosExAnima Date: Wed, 17 Sep 2025 13:11:55 +0200 Subject: [PATCH] minor cleanup --- app/javascript/mastodon/features/explore/tags.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/javascript/mastodon/features/explore/tags.jsx b/app/javascript/mastodon/features/explore/tags.jsx index 683f95bfb4e..29924ef3e7d 100644 --- a/app/javascript/mastodon/features/explore/tags.jsx +++ b/app/javascript/mastodon/features/explore/tags.jsx @@ -9,7 +9,6 @@ import ImmutablePropTypes from 'react-immutable-proptypes'; import { connect } from 'react-redux'; import { fetchTrendingHashtags } from 'mastodon/actions/trends'; -import { DismissableBanner } from 'mastodon/components/dismissable_banner'; import { ImmutableHashtag as Hashtag } from 'mastodon/components/hashtag'; import { LoadingIndicator } from 'mastodon/components/loading_indicator'; import { WithRouterPropTypes } from 'mastodon/utils/react_router';