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/news.ts | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/actions/news.ts (limited to 'src/actions/news.ts') 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-70-g09d2