Added search and results mocks
This commit is contained in:
+8
-1
@@ -12,13 +12,20 @@ import styles from "../styles/Home.module.css";
|
||||
import { useSelector, shallowEqual, connect } from "react-redux";
|
||||
import { wrapper } from "../store/store";
|
||||
import Cookies from "cookies";
|
||||
import { useRouter } from "next/router";
|
||||
import useTranslation from "next-translate/useTranslation";
|
||||
|
||||
const Home = (props) => {
|
||||
const { footerLinks, pages } = props;
|
||||
let { t,lang } = useTranslation();
|
||||
|
||||
const router = useRouter();
|
||||
const { locale } = router;
|
||||
|
||||
return (
|
||||
<div>
|
||||
<Head>
|
||||
<title>Understand the Prevent Duty </title>
|
||||
<title>{t("common:service-name")}</title>
|
||||
</Head>
|
||||
<div className="">
|
||||
<CookieBanner />
|
||||
|
||||
Reference in New Issue
Block a user