delete useless pages
This commit is contained in:
No files matched your search
@@ -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>
|
||||
Reference in New Issue
Block a user