Skip to content

Commit 6516f86

Browse files
angeloashmoreclaude
andcommitted
chore: format PrismicRichText.tsx with prettier
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1c039a1 commit 6516f86

1 file changed

Lines changed: 10 additions & 12 deletions

File tree

src/PrismicRichText.tsx

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
import {
2-
cloneElement,
3-
type ComponentType,
4-
type FC,
5-
Fragment,
6-
isValidElement,
7-
type ReactNode,
8-
} from "react";
1+
import { type LinkProps, PrismicLink } from "./PrismicLink.js";
2+
import { devMsg } from "./lib/devMsg.js";
93
import {
104
isFilled,
115
type LinkResolverFunction,
@@ -20,10 +14,14 @@ import {
2014
type RichTextMapSerializer,
2115
} from "@prismicio/client/richtext";
2216
import { DEV } from "esm-env";
23-
24-
import { devMsg } from "./lib/devMsg.js";
25-
26-
import { type LinkProps, PrismicLink } from "./PrismicLink.js";
17+
import {
18+
cloneElement,
19+
type ComponentType,
20+
type FC,
21+
Fragment,
22+
isValidElement,
23+
type ReactNode,
24+
} from "react";
2725

2826
/**
2927
* A function mapping rich text block types to React Components. It is used to

0 commit comments

Comments
 (0)