Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Jun 10, 2024
1 parent 756b44d commit 2a20f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/app/src/next-app/utils/getSeoProp.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { APIV1Read, DocsV1Read, FernNavigation } from "@fern-api/fdr-sdk";
import { visitDiscriminatedUnion } from "@fern-ui/core-utils";
import type { DefaultSeoProps, LinkTag, MetaTag, NextSeoProps } from "@fern-ui/next-seo";
import grayMatter from "gray-matter";
import { trim } from "lodash-es";
import { fromMarkdown } from "mdast-util-from-markdown";
import { toHast } from "mdast-util-to-hast";
import type { DefaultSeoProps, LinkTag, MetaTag, NextSeoProps } from "next-seo/lib/types";
import { visit } from "unist-util-visit";
import { stringHasMarkdown } from "../../mdx/common/util";
import { FernDocsFrontmatter } from "../../mdx/mdx";
Expand Down

0 comments on commit 2a20f7d

Please sign in to comment.