We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba12aee commit 8572919Copy full SHA for 8572919
packages/react-notion-x/src/components/text.tsx
@@ -10,8 +10,8 @@ import { useNotionContext } from '../context'
10
import { formatDate, getHashFragmentValue } from '../utils'
11
import { EOI } from './eoi'
12
import { GracefulImage } from './graceful-image'
13
-import { PageTitle } from './page-title'
14
import { LinkMention, type LinkMentionData } from './link-mention'
+import { PageTitle } from './page-title'
15
16
/**
17
* Renders a single piece of Notion text, including basic rich text formatting.
0 commit comments