diff --git a/components/Navigation.tsx b/components/Navigation.tsx index 654b5fd..3585e64 100644 --- a/components/Navigation.tsx +++ b/components/Navigation.tsx @@ -1,6 +1,5 @@ import React from "react"; import Link from "next/link"; -import Image from "next/image"; import { useSnapshot } from "valtio"; import { useRouter } from "next/router";