aboutsummaryrefslogtreecommitdiff
path: root/src/views/NewItem.vue
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-10-04 20:31:21 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-10-04 20:31:21 +0530
commit92fb85b8afaacc4a8b5dbb41eea2d0e35eeb6862 (patch)
tree1b7bd25a29d0751f3efbd5e1125a1b079a31045c /src/views/NewItem.vue
first commitv0.0.1
Diffstat (limited to 'src/views/NewItem.vue')
-rw-r--r--src/views/NewItem.vue7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/views/NewItem.vue b/src/views/NewItem.vue
new file mode 100644
index 0000000..89690c6
--- /dev/null
+++ b/src/views/NewItem.vue
@@ -0,0 +1,7 @@
+<script setup lang="ts">
+import newItem from './../components/new_item.vue'
+</script>
+
+<template>
+ <newItem />
+</template>