Skip to content

Commit

Permalink
fix: type import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Apr 5, 2023
1 parent 2299b58 commit fe73dc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rsc/PrismicRichText.tsx
Expand Up @@ -7,7 +7,8 @@ import * as prismicH from "@prismicio/helpers";
import * as prismicR from "@prismicio/richtext";
import { config } from "@prismicio/react/config";

import { JSXFunctionSerializer, JSXMapSerializer } from "./types";
import { JSXFunctionSerializer, JSXMapSerializer } from "../types";

import { PrismicLink, PrismicLinkProps } from "./PrismicLink";

/**
Expand Down

0 comments on commit fe73dc0

Please sign in to comment.