diff --git a/frontend/search/pages/index.tsx b/frontend/search/pages/index.tsx index 495f677..570fad8 100644 --- a/frontend/search/pages/index.tsx +++ b/frontend/search/pages/index.tsx @@ -2,13 +2,16 @@ import type { NextPage } from 'next' import Head from 'next/head' import HostOfferLookupWrapper from '../components/ngo/HostOfferLookupWrapper' import styles from '../styles/Home.module.css' +import { useTranslation } from 'react-i18next' const Home: NextPage = () => { + const { t } = useTranslation() + return (
- Create Next App - + { t('Beherbergungssuche') } +