Rename files and update import paths

This commit is contained in:
Çetin
2025-01-07 12:16:16 +03:00
parent 25a3da3007
commit 27241cf926
33 changed files with 81 additions and 82 deletions
+6 -5
View File
@@ -1,9 +1,10 @@
import { Component } from '@angular/core';
import { StatsWidget } from '@/src/components/dashboard/statswidget';
import { RecentSalesWidget } from '@/src/components/dashboard/recentsaleswidget';
import { BestSellingWidget } from '@/src/components/dashboard/bestsellingwidget';
import { RevenueStreamWidget } from '@/src/components/dashboard/revenuestreamwidget';
import { NotificationsWidget } from '@/src/components/dashboard/notificationswidget';
import { StatsWidget } from '../components/dashboard/statswidget';
import { RecentSalesWidget } from '../components/dashboard/recentsaleswidget';
import { BestSellingWidget } from '../components/dashboard/bestsellingwidget';
import { RevenueStreamWidget } from '../components/dashboard/revenuestreamwidget';
import { NotificationsWidget } from '../components/dashboard/notificationswidget';
@Component({
selector: 'app-dashboard',