remove unused imports

This commit is contained in:
2024-06-19 06:32:38 +01:00
parent e4a1903b48
commit b0e2bb6e14
263 changed files with 1458 additions and 2693 deletions
+4 -8
View File
@@ -1,13 +1,10 @@
import Link from "next/link";
import { useRouter } from "next/router";
import { useContext } from "react";
import useTranslation from "next-translate/useTranslation";
import { useRouter } from "next/router";
import CaseComment from "./homepage/casecomment";
import CaseSearch from "./homepage/casesearch";
import Dns from "./homepage/dns";
import Login from "./homepage/login";
import LoginSoon from "./homepage/loginSoon";
import CaseSearch from "./homepage/casesearch";
import Inspectorate from "./homepage/inspectorate";
import CaseComment from "./homepage/casecomment";
import Dns from "./homepage/dns";
const MainHome = (props) => {
let { t } = useTranslation();
@@ -39,7 +36,6 @@ const MainHome = (props) => {
)}{" "}
<CaseComment />
<Dns />
{/* <Inspectorate /> */}
</div>
</div>
</div>