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() {
-
+
1
@@ -149,7 +149,7 @@ export function LoyaltyPage() { {t('clients.loyalty.works.stage.description-1')}

-
+
2
@@ -160,7 +160,7 @@ export function LoyaltyPage() { {t('clients.loyalty.works.stage.description-2')}

-
+
3
@@ -171,7 +171,7 @@ export function LoyaltyPage() { {t('clients.loyalty.works.stage.description-3')}

-
+
4
diff --git a/src/shared/shadcn-ui/loader.tsx b/src/shared/components/loader.tsx similarity index 100% rename from src/shared/shadcn-ui/loader.tsx rename to src/shared/components/loader.tsx