2023-06-11 07:01:57 -04:00
|
|
|
<script setup lang="ts">
|
2023-06-14 11:39:00 -04:00
|
|
|
import Table from "./components/Table.vue";
|
2023-06-11 07:01:57 -04:00
|
|
|
</script>
|
|
|
|
|
|
|
|
<template>
|
2023-06-14 11:39:00 -04:00
|
|
|
<Table></Table>
|
2023-06-11 07:01:57 -04:00
|
|
|
</template>
|
|
|
|
|
2023-06-14 11:39:00 -04:00
|
|
|
<style scoped></style>
|