Skip to content

Commit

Permalink
fixup merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed May 10, 2024
1 parent 89b7f0f commit 594e1b0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/elements/link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ import {EnvelopeIcon} from "@heroicons/react/24/outline";
import ActionLink from "@components/elements/action-link";
import Button from "@components/elements/button";
import {LinkProps} from "next/dist/client/link";
<<<<<<< HEAD
import clsx from "clsx";
=======
import {twMerge} from "tailwind-merge";
>>>>>>> 1.x

type Props = HtmlHTMLAttributes<HTMLAnchorElement | HTMLButtonElement> & LinkProps & {
/**
Expand Down

0 comments on commit 594e1b0

Please sign in to comment.