hgh_admin/resources/js/pages/pages/pricing.vue
2024-05-29 22:34:28 +05:00

12 lines
205 B
Vue

<template>
<VCard>
<VCardText class="pt-12 pb-16 mx-5">
<!-- 👉 App Pricing components -->
<AppPricing
md="4"
cols="12"
/>
</VCardText>
</VCard>
</template>