Contact Servis adı değişti
This commit is contained in:
parent
0f83f0399b
commit
bf31e0e1a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue