diff --git a/types/requests/blocks/list.ts b/types/requests/blocks/list.ts index ab82c2fba..05f74a200 100644 --- a/types/requests/blocks/list.ts +++ b/types/requests/blocks/list.ts @@ -1,6 +1,6 @@ import type { Edges } from "../utils/edges" import type { ExternalLink } from "../utils/externalLink" -import type { PageLink } from "../utils/pagelink" +import type { PageLink } from "../utils/pageLink" enum ListItemStyleEnum { checkmark = "checkmark", diff --git a/types/requests/blocks/preamble.ts b/types/requests/blocks/preamble.ts index 62a571483..48f5f97c5 100644 --- a/types/requests/blocks/preamble.ts +++ b/types/requests/blocks/preamble.ts @@ -1,7 +1,7 @@ import type { SysAsset } from "../utils/asset" import type { Edges } from "../utils/edges" import type { ExternalLink } from "../utils/externalLink" -import type { PageLink } from "../utils/pagelink" +import type { PageLink } from "../utils/pageLink" export type Preamble = { preamble: { diff --git a/types/requests/blocks/text.ts b/types/requests/blocks/text.ts index ecbc1c912..e76ae94a3 100644 --- a/types/requests/blocks/text.ts +++ b/types/requests/blocks/text.ts @@ -2,7 +2,7 @@ import type { RTERootObject } from "@/types/rte" import type { SysAsset } from "../utils/asset" import type { Edges } from "../utils/edges" import type { ExternalLink } from "../utils/externalLink" -import type { PageLink } from "../utils/pagelink" +import type { PageLink } from "../utils/pageLink" export type Text = { text: { diff --git a/types/requests/puff.ts b/types/requests/puff.ts index 6a7282b19..c18f0416c 100644 --- a/types/requests/puff.ts +++ b/types/requests/puff.ts @@ -1,6 +1,6 @@ import type { Edges } from "./utils/edges" import type { ExternalLink } from "./utils/externalLink" -import type { PageLink } from "./utils/pagelink" +import type { PageLink } from "./utils/pageLink" import type { Typename } from "./utils/typename" export type Puff = {