aboutsummaryrefslogtreecommitdiff
path: root/src/views/AllCustomers.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/AllCustomers.vue')
-rw-r--r--src/views/AllCustomers.vue7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/views/AllCustomers.vue b/src/views/AllCustomers.vue
new file mode 100644
index 0000000..ba9096b
--- /dev/null
+++ b/src/views/AllCustomers.vue
@@ -0,0 +1,7 @@
+<script setup lang="ts">
+import clientsTable from './../components/customers_table.vue'
+</script>
+
+<template>
+ <clientsTable />
+</template>