From a7b3d5d760b5e5661d7e5024775d3370b1056bcc Mon Sep 17 00:00:00 2001 From: harryjrk Date: Sun, 15 Oct 2023 12:41:13 +0200 Subject: [PATCH] remove unused var --- app/components/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/layout.tsx b/app/components/layout.tsx index 7effe1a..4bf42b0 100644 --- a/app/components/layout.tsx +++ b/app/components/layout.tsx @@ -1,4 +1,4 @@ -import { Link, NavLink } from "@remix-run/react"; +import { NavLink } from "@remix-run/react"; import type { LinkProps } from "@remix-run/react"; import type { FC, PropsWithChildren } from "react";