aboutsummaryrefslogtreecommitdiff
path: root/src/views/NewCustomer.vue
blob: d19995e8b506cd6125281a6ac740daec60e7fee9 (plain)
1
2
3
4
5
6
7
<script setup lang="ts">
import newCustomer from './../components/new_customer.vue'
</script>

<template>
  <newCustomer />
</template>