aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions/news.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/news.ts')
-rw-r--r--src/actions/news.ts7
1 files changed, 0 insertions, 7 deletions
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 @@
1import PropTypes from 'prop-types';
2
3export default {
4 hide: {
5 newsId: PropTypes.string.isRequired,
6 },
7};