Skip to content

Commit

Permalink
- fix Link import
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed May 10, 2022
1 parent fab52eb commit 72d632a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { gql } from "@apollo/client"
import { Link } from "react-scroll"
import Link from "next/link"

export const PostPreviewCategoryLinkFragment = gql`
fragment PostPreviewCategoryLink on Category {
Expand Down

2 comments on commit 72d632a

@vercel
Copy link

@vercel vercel bot commented on 72d632a May 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 72d632a May 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.