File tree 2 files changed +6
-6
lines changed
site/frontend/src/pages/compare/compile
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<script setup lang="tsx">
2
2
import {computed , h } from " vue" ;
3
- import ComparisonsTable from " ./comparisons-table.vue" ;
3
+ import ComparisonsTable from " ./table/ comparisons-table.vue" ;
4
4
import {TestCaseComparison } from " ../data" ;
5
5
import {CompareResponse } from " ../types" ;
6
6
import {
Original file line number Diff line number Diff line change 1
1
<script setup lang="ts">
2
- import {TestCaseComparison } from " ../data" ;
3
- import Tooltip from " ../tooltip.vue" ;
4
- import {ArtifactDescription } from " ../types" ;
5
- import {percentClass } from " ../shared" ;
6
- import {CompileBenchmarkMap , CompileTestCase } from " ./common" ;
2
+ import {TestCaseComparison } from " ../../ data" ;
3
+ import Tooltip from " ../../ tooltip.vue" ;
4
+ import {ArtifactDescription } from " ../../ types" ;
5
+ import {percentClass } from " ../../ shared" ;
6
+ import {CompileBenchmarkMap , CompileTestCase } from " .. /common" ;
7
7
import {computed } from " vue" ;
8
8
9
9
const props = defineProps <{
You can’t perform that action at this time.
0 commit comments