feature/research-di #1

Merged
behnam merged 37 commits from feature/research-di into develop 2024-11-21 15:50:19 +00:00
3 changed files with 2 additions and 2 deletions
Showing only changes of commit c85dd44029 - Show all commits

View File

@ -1,4 +1,4 @@
import DashboardSkeleton from "@/app/components/skeleton/skeletons";
import DashboardSkeleton from "@/app/dashboard/components/skeletons/skeletons";
export default function Loading() {
return <DashboardSkeleton />;

View File

@ -1,4 +1,4 @@
import { LatestInvoicesSkeleton, RevenueChartSkeleton } from "@/app/components/skeleton/skeletons";
import { LatestInvoicesSkeleton, RevenueChartSkeleton } from "@/app/dashboard/components/skeletons/skeletons";
import CardWrapper from "@/app/dashboard/components/cards/cards";
import LatestInvoices from "@/app/dashboard/components/latest-invoices";
import RevenueChart from "@/app/dashboard/components/revenue-chart";