Skip to content

Commit 78e90e7

Browse files
committed
Fix file names
1 parent 9bd43e0 commit 78e90e7

File tree

4 files changed

+217
-217
lines changed

4 files changed

+217
-217
lines changed

src/CalloutTransformer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { NotionToMarkdown } from "notion-to-md";
22
import { ListBlockChildrenResponseResult } from "notion-to-md/build/types";
33
import { Client } from "@notionhq/client";
4-
import { getBlockChildren } from "./CustomTranformers";
4+
import { getBlockChildren } from "./CustomTransformers";
55

66
export async function notionCalloutToAdmonition(
77
notionToMarkdown: NotionToMarkdown,

0 commit comments

Comments
 (0)