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 3b7ef66 commit 3a7a194Copy full SHA for 3a7a194
resources/js/Pages/Results.vue
@@ -146,7 +146,8 @@ import LoadingOverlay from '../Components/LoadingOverlay.vue';
146
import MismatchesTable from '../Components/MismatchesTable.vue';
147
import Mismatch, {ReviewDecision, LabelledMismatch} from '../types/Mismatch';
148
import User from '../types/User';
149
-import { Ref, computed, onMounted, ref } from 'vue';
+import type { Ref } from 'vue';
150
+import { computed, onMounted, ref } from 'vue';
151
import axios from 'axios';
152
153
// Run it with compat mode
0 commit comments