diff --git a/src/pages-templates/(dashboard)/customer-dashboard/index.tsx b/src/pages-templates/(dashboard)/customer-dashboard/index.tsx index 46ab562..9c4f8dd 100644 --- a/src/pages-templates/(dashboard)/customer-dashboard/index.tsx +++ b/src/pages-templates/(dashboard)/customer-dashboard/index.tsx @@ -15,7 +15,7 @@ import { } from '@/shared/shadcn-ui/card'; import { TransactionsTable } from '@/widgets/transactions-table'; -import Loader from '@/shared/shadcn-ui/loader'; +import Loader from '@/shared/components/loader'; export function CustomerDashboard() { const { t } = useTextController(); diff --git a/src/pages-templates/clients/loyalty/index.tsx b/src/pages-templates/clients/loyalty/index.tsx index 3927b5d..ec6d37d 100644 --- a/src/pages-templates/clients/loyalty/index.tsx +++ b/src/pages-templates/clients/loyalty/index.tsx @@ -138,7 +138,7 @@ export function LoyaltyPage() {