fix bug build
This commit is contained in:
@@ -109,6 +109,7 @@ export type MyServicesItem = {
|
|||||||
title: string;
|
title: string;
|
||||||
updatedAt: string;
|
updatedAt: string;
|
||||||
userCount: number;
|
userCount: number;
|
||||||
|
slug: string;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
startDate: string;
|
startDate: string;
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
import { FC } from 'react'
|
import { FC } from 'react'
|
||||||
import { Document } from 'iconsax-react'
|
|
||||||
|
|
||||||
const SupportSkeleton: FC = () => {
|
const SupportSkeleton: FC = () => {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user