structure and heropage

This commit is contained in:
hamid zarghami
2025-03-24 23:38:21 +03:30
parent 8b648598d0
commit 0c248508bc
72 changed files with 542 additions and 131 deletions
+9
View File
@@ -0,0 +1,9 @@
import { FC } from 'react'
const DanakSuggestedService: FC = () => {
return (
<div>DanakSuggestedService</div>
)
}
export default DanakSuggestedService