aboutsummaryrefslogtreecommitdiff
path: root/src/views/AllItems.vue
blob: 9cf3708b7c497f1b242dd801505599ba28f50b08 (plain)
1
2
3
4
5
6
7
<script setup lang="ts">
import itemsTable from './../components/items_table.vue'
</script>

<template>
  <itemsTable />
</template>