skeleton check loading

This commit is contained in:
hamid zarghami
2025-02-26 11:56:40 +03:30
parent 01f233248b
commit e3466bc951
13 changed files with 191 additions and 54 deletions
+1
View File
@@ -9,6 +9,7 @@ import { ItemServiceType } from '../pages/service/types/ServiecTypes'
type Props = {
item: ItemServiceType,
className?: string,
isLinkPanel?: boolean
}
const ServiceItem: FC<Props> = (props: Props) => {