Contact Servis adı değişti

This commit is contained in:
Sedat Öztürk 2025-10-17 01:20:34 +03:00
parent 0f83f0399b
commit bf31e0e1a8

View file

@ -15,8 +15,8 @@ import {
import { useLocalization } from '@/utils/hooks/useLocalization' import { useLocalization } from '@/utils/hooks/useLocalization'
import { Helmet } from 'react-helmet' import { Helmet } from 'react-helmet'
import { ContactDto } from '@/proxy/contact/models' import { ContactDto } from '@/proxy/contact/models'
import { getContact } from '@/services/contact'
import { Loading } from '@/components/shared' import { Loading } from '@/components/shared'
import { getContact } from '@/services/contact.service'
const Contact: React.FC = () => { const Contact: React.FC = () => {
const { translate } = useLocalization() const { translate } = useLocalization()