aboutsummaryrefslogtreecommitdiff
path: root/src/views/NewInvoice.vue
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-12-02 15:54:44 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-12-02 15:54:44 +0530
commit511e5f3badb871a4407a1cfef2d17a8c99660d30 (patch)
tree8542fa15620c5e671b3e42e6bb3b0ad50635ed39 /src/views/NewInvoice.vue
parente60be6e3bd64abf11a4995a07c98bb875bae0134 (diff)
added new invoice page
Diffstat (limited to 'src/views/NewInvoice.vue')
-rw-r--r--src/views/NewInvoice.vue7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/views/NewInvoice.vue b/src/views/NewInvoice.vue
new file mode 100644
index 0000000..b2f32e2
--- /dev/null
+++ b/src/views/NewInvoice.vue
@@ -0,0 +1,7 @@
+<script setup lang="ts">
+import invoiceHeader from './../components/invoice_header.vue'
+</script>
+
+<template>
+ <invoiceHeader />
+</template>