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