remove unused imports
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
import Link from "next/link";
|
||||
import { useRouter } from "next/router";
|
||||
import { useContext } from "react";
|
||||
import useTranslation from "next-translate/useTranslation";
|
||||
import TitleContent from "./homepage/titleContent";
|
||||
import LatestApplications from "./homepage/latestApplications";
|
||||
import { useRouter } from "next/router";
|
||||
import DNSLinks from "./homepage/dnsLinks";
|
||||
import ApplicationsForComment from "./homepage/applicationsForComment";
|
||||
import LatestApplications from "./homepage/latestApplications";
|
||||
import TitleContent from "./homepage/titleContent";
|
||||
|
||||
export default function Main({ children, pages, props }) {
|
||||
let { t } = useTranslation();
|
||||
|
||||
Reference in New Issue
Block a user