Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjirku committed Oct 15, 2023
1 parent ddd8fa5 commit a7b3d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/layout.tsx
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit a7b3d5d

Please sign in to comment.