delete useless pages

This commit is contained in:
Yusron alamsyah
2026-03-17 09:22:24 +07:00
parent f2ed1b2556
commit c2fa3c160b
51 changed files with 1649 additions and 8842 deletions

No files matched your search

+49
View File
@@ -0,0 +1,49 @@
<template>
<v-row>
<v-col cols="12">
<v-row>
<v-col cols="12" class="mb-6">
<h2 class="mb-4">Blog Cards</h2>
<widgets-cards-blog-cards />
</v-col>
<v-col cols="12" class="mb-6">
<h2 class="mb-4">Follower Cards</h2>
<widgets-cards-follower-cards />
</v-col>
<v-col cols="12" class="mb-6">
<h2 class="mb-4">Gift Cards</h2>
<widgets-cards-gift-cards />
</v-col>
<v-col cols="12" class="mb-6">
<h2 class="mb-4">Music Cards</h2>
<widgets-cards-music-cards />
</v-col>
<v-col cols="12" class="mb-6">
<h2 class="mb-4">Payment Gateways</h2>
<widgets-cards-payment-gateways />
</v-col>
<v-col cols="12" class="mb-6">
<h2 class="mb-4">Product Cards</h2>
<widgets-cards-product-cards />
</v-col>
<v-col cols="12" class="mb-6">
<h2 class="mb-4">Profile Cards</h2>
<widgets-cards-profile-cards />
</v-col>
<v-col cols="12" class="mb-6">
<h2 class="mb-4">Settings</h2>
<widgets-cards-settings />
</v-col>
<v-col cols="12" class="mb-6">
<h2 class="mb-4">Upcoming Activity Card</h2>
<widgets-cards-upcomming-activity-card />
</v-col>
<v-col cols="12" class="mb-6">
<h2 class="mb-4">User Cards</h2>
<widgets-cards-user-cards />
</v-col>
</v-row>
<!-- </SharedUiChildCard> -->
</v-col>
</v-row>
</template>