From 817327519a6f57d9062e185f92d817b95254f212 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Mon, 5 May 2025 17:34:09 +0330 Subject: [PATCH] fix bug build --- src/pages/service/types/ServiecTypes.ts | 1 + src/pages/support/components/SupportSkeleton.tsx | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/service/types/ServiecTypes.ts b/src/pages/service/types/ServiecTypes.ts index 484335b..62889d9 100644 --- a/src/pages/service/types/ServiecTypes.ts +++ b/src/pages/service/types/ServiecTypes.ts @@ -109,6 +109,7 @@ export type MyServicesItem = { title: string; updatedAt: string; userCount: number; + slug: string; }; }; startDate: string; diff --git a/src/pages/support/components/SupportSkeleton.tsx b/src/pages/support/components/SupportSkeleton.tsx index 842419b..f0657ef 100644 --- a/src/pages/support/components/SupportSkeleton.tsx +++ b/src/pages/support/components/SupportSkeleton.tsx @@ -1,5 +1,4 @@ import { FC } from 'react' -import { Document } from 'iconsax-react' const SupportSkeleton: FC = () => { return (