diff --git a/src/components/modules/home/HomeCTA/HomeCTA.tsx b/src/components/modules/home/HomeCTA/HomeCTA.tsx index f1d4c2c63..0dd6e9cf9 100644 --- a/src/components/modules/home/HomeCTA/HomeCTA.tsx +++ b/src/components/modules/home/HomeCTA/HomeCTA.tsx @@ -5,12 +5,8 @@ import { ROUTE } from 'src/utils/constanst.utils' import { LANGUAGE } from 'src/utils/language.utils' import s from './HomeCTA.module.scss' -interface Props { - className?: string - children?: any -} -const HomeCTA = ({ }: Props) => { +const HomeCTA = () => { return (