pingcrm/resources/js/Pages/Reports/Index.vue
Jonathan Reinink 14192d0e46 Initial commit
2019-03-21 19:58:19 -04:00

15 lines
225 B
Vue

<template>
<layout title="Reports">
<h1 class="mb-8 font-bold text-3xl">Reports</h1>
</layout>
</template>
<script>
import Layout from '@/Shared/Layout'
export default {
components: {
Layout,
},
}
</script>