Fix stray character

This commit is contained in:
Oleg Ivaniv 2024-11-13 09:17:59 +01:00
parent 1036c445c8
commit af24c8f05c
No known key found for this signature in database

View file

@ -1,7 +1,6 @@
<script setup lang="ts">
import TestItem from './TestItem.vue';
import type { TestListItem } from '@/components/WorkflowEvaluation/types';
s;
export interface TestListProps {
tests: TestListItem[];
}