update dashboard

This commit is contained in:
Mehmet Çetin
2025-01-06 12:25:17 +03:00
parent 513019e17d
commit 04160d6fc2
4 changed files with 51 additions and 44 deletions
+2 -2
View File
@@ -10,14 +10,14 @@ import { NotificationsWidget } from '@/src/components/dashboard/notificationswid
imports: [StatsWidget, RecentSalesWidget, BestSellingWidget, RevenueStreamWidget, NotificationsWidget],
template: `
<div class="grid grid-cols-12 gap-8">
<app-stats-widget />
<app-stats-widget class="contents" />
<div class="col-span-12 xl:col-span-6">
<app-recent-sales-widget />
<app-best-selling-widget />
</div>
<div class="col-span-12 xl:col-span-6">
<app-revenue-stream-widget />
<app-notifications-widget />
<app-notifications-widget />
</div>
</div>
`,