aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions/recipePreview.js
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-09-14 10:34:04 +0200
committerLibravatar GitHub <noreply@github.com>2021-09-14 10:34:04 +0200
commit979ec02c9a1019152be08705986337e470eabb57 (patch)
tree6021179ad8649112717a499780f475275af487f2 /src/actions/recipePreview.js
parentrefactor: defensive programming to avoid javascript error for unread badges (diff)
downloadferdium-app-979ec02c9a1019152be08705986337e470eabb57.tar.gz
ferdium-app-979ec02c9a1019152be08705986337e470eabb57.tar.zst
ferdium-app-979ec02c9a1019152be08705986337e470eabb57.zip
chore: codebase improvements (#1930)
Diffstat (limited to 'src/actions/recipePreview.js')
-rw-r--r--src/actions/recipePreview.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/actions/recipePreview.js b/src/actions/recipePreview.js
deleted file mode 100644
index 36de3d844..000000000
--- a/src/actions/recipePreview.js
+++ /dev/null
@@ -1,7 +0,0 @@
1import PropTypes from 'prop-types';
2
3export default {
4 search: {
5 needle: PropTypes.string.isRequired,
6 },
7};