Remove some unused imports

This commit is contained in:
2022-10-18 14:07:33 +02:00
parent bdf7dfdc3c
commit 4438067904
5 changed files with 3 additions and 8 deletions

View File

@@ -1,5 +1,4 @@
import type { NextPage } from "next";
import { useEffect } from "react";
import Head from "next/head";
import Navigation from "./Navigation";