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.
2 parents 8dafb0b + df7b0f0 commit 7c13dd2Copy full SHA for 7c13dd2
templates/vue/utils/fetch.js
@@ -1,6 +1,6 @@
1
import { isArray, isObject, isUndefined, forEach } from 'lodash';
2
import { ENTRYPOINT } from '../config/entrypoint';
3
-import { SubmissionError } from '../error/SubmissionError';
+import SubmissionError from '../error/SubmissionError';
4
5
const MIME_TYPE = 'application/ld+json';
6
0 commit comments