Skip to content

Commit 3a7a194

Browse files
committed
Rewrite Results Page in Vue 3 syntax (#805)
Bug: T354059
1 parent 3b7ef66 commit 3a7a194

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/js/Pages/Results.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ import LoadingOverlay from '../Components/LoadingOverlay.vue';
146146
import MismatchesTable from '../Components/MismatchesTable.vue';
147147
import Mismatch, {ReviewDecision, LabelledMismatch} from '../types/Mismatch';
148148
import User from '../types/User';
149-
import { Ref, computed, onMounted, ref } from 'vue';
149+
import type { Ref } from 'vue';
150+
import { computed, onMounted, ref } from 'vue';
150151
import axios from 'axios';
151152
152153
// Run it with compat mode

0 commit comments

Comments
 (0)