Skip to content

Commit f8ebf11

Browse files
committed
fix: invalid import
1 parent a5df2ca commit f8ebf11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Notion Sync
22

3-
Syncs a directory of markdown files to a specified Notion page.
3+
Syncs a directory of markdown files to a specified Notion page.

src/create-page.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import type { BlockObjectRequest } from '@notionhq/client/build/src/api-endpoints'
22
import { markdownToBlocks } from '@tryfabric/martian'
33

4-
import { deleteBlock } from '../notion/delete-block.js'
5-
import { getNotionClient } from '../notion/get-notion-client.js'
4+
import { deleteBlock } from './delete-block.js'
5+
import { getNotionClient } from './get-notion-client.js'
66

77
export class FailedAddingBlocksException extends Error {
88
page_id: string

0 commit comments

Comments
 (0)