remove unused imports
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
import Link from "next/link";
|
||||
import { useRouter } from "next/router";
|
||||
import { useContext } from "react";
|
||||
import useTranslation from "next-translate/useTranslation";
|
||||
import SearchForCase from "./search/searchforcase";
|
||||
import { useRouter } from "next/router";
|
||||
import AdvancedSearch from "./search/advancedsearch";
|
||||
|
||||
export default function Search(props) {
|
||||
@@ -10,7 +7,6 @@ export default function Search(props) {
|
||||
|
||||
const router = useRouter();
|
||||
const { locale } = router;
|
||||
//console.log("props here:", props.myportal || false);
|
||||
|
||||
return (
|
||||
<main
|
||||
|
||||
Reference in New Issue
Block a user