aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions/recipePreview.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/recipePreview.ts')
-rw-r--r--src/actions/recipePreview.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/recipePreview.ts b/src/actions/recipePreview.ts
index 053b363e9..6e4421d9e 100644
--- a/src/actions/recipePreview.ts
+++ b/src/actions/recipePreview.ts
@@ -1,5 +1,5 @@
1import PropTypes from 'prop-types'; 1import PropTypes from 'prop-types';
2import { ActionDefinitions } from './lib/actions'; 2import type { ActionDefinitions } from './lib/actions';
3 3
4export default <ActionDefinitions>{ 4export default <ActionDefinitions>{
5 search: { 5 search: {