remove unused imports
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import useTranslation from "next-translate/useTranslation";
|
||||
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 ViewAllResults from "./search/viewall";
|
||||
|
||||
export default function ViewAll(props) {
|
||||
|
||||
Reference in New Issue
Block a user