aboutsummaryrefslogtreecommitdiff
path: root/src/views/NewItem.vue
blob: 89690c619928f87e8b7116b9bd67253a6fffc91f (plain)
1
2
3
4
5
6
7
<script setup lang="ts">
import newItem from './../components/new_item.vue'
</script>

<template>
  <newItem />
</template>