vitest/packages/ui/client/components/dashboard/TestsFilesContainer.vue
Joaquín Sánchez bdedbc2c19
feat(ui): add summary (#493)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-01-18 13:53:27 +08:00

11 lines
278 B
Vue

<template>
<div gap-0 flex="~ col gap-4" h-full justify-center items-center>
<div bg-header rounded-lg p="y4 x2">
<!-- <section aria-labelledby="tests" m="y-4 x-2">
<TestsEntry />
</section> -->
<TestFilesEntry />
</div>
</div>
</template>