File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
site/frontend/src/pages/compare/compile Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<script setup lang="tsx">
22import {computed , h } from " vue" ;
3- import ComparisonsTable from " ./comparisons-table.vue" ;
3+ import ComparisonsTable from " ./table/ comparisons-table.vue" ;
44import {TestCaseComparison } from " ../data" ;
55import {CompareResponse } from " ../types" ;
66import {
Original file line number Diff line number Diff line change 11<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" ;
77import {computed } from " vue" ;
88
99const props = defineProps <{
You can’t perform that action at this time.
0 commit comments