We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aee881 commit 4f71ea1Copy full SHA for 4f71ea1
packages/kit/src/runtime/server/page/actions.js
@@ -1,5 +1,5 @@
1
import * as devalue from 'devalue';
2
-import { error, json } from '../../../exports/index.js';
+import { json } from '../../../exports/index.js';
3
import { normalize_error } from '../../../utils/error.js';
4
import { is_form_content_type, negotiate } from '../../../utils/http.js';
5
import { HttpError, Redirect, ActionFailure } from '../../control.js';
0 commit comments