From 8b0b3e61788fa6740025b1e311d8d9dec5fb66a8 Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:49:51 -0400 Subject: [PATCH] Remove useless import --- components/Navigation.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/Navigation.tsx b/components/Navigation.tsx index f1da9fd..684cae1 100644 --- a/components/Navigation.tsx +++ b/components/Navigation.tsx @@ -13,7 +13,6 @@ import { Link, Spacer, Text, - useBreakpointValue, useDisclosure, } from "@chakra-ui/react";