From c27972c12b2d0dba2aee9e3dcffadcf7806a9afd Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Thu, 14 Oct 2021 18:20:26 +0200 Subject: chore: remove all code related to news (#2069) --- src/actions/index.ts | 2 -- src/actions/news.ts | 7 ------- 2 files changed, 9 deletions(-) delete mode 100644 src/actions/news.ts (limited to 'src/actions') diff --git a/src/actions/index.ts b/src/actions/index.ts index aecdac675..983afa64b 100644 --- a/src/actions/index.ts +++ b/src/actions/index.ts @@ -7,7 +7,6 @@ import recipePreview from './recipePreview'; import ui from './ui'; import app from './app'; import user from './user'; -import news from './news'; import settings from './settings'; import requests from './requests'; import workspaces from '../features/workspaces/actions'; @@ -20,7 +19,6 @@ const actions = { ui, app, user, - news, settings, requests, }; diff --git a/src/actions/news.ts b/src/actions/news.ts deleted file mode 100644 index db106e84f..000000000 --- a/src/actions/news.ts +++ /dev/null @@ -1,7 +0,0 @@ -import PropTypes from 'prop-types'; - -export default { - hide: { - newsId: PropTypes.string.isRequired, - }, -}; -- cgit v1.2.3-54-g00ecf