Skip to content

Commit 74fa2cb

Browse files
Merge pull request #614 from nightohl/Link-Mention-Component
fix(eslint): imports sort lint
2 parents 2a68fc9 + 8572919 commit 74fa2cb

File tree

1 file changed

+1
-1
lines changed
  • packages/react-notion-x/src/components

1 file changed

+1
-1
lines changed

packages/react-notion-x/src/components/text.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import { useNotionContext } from '../context'
1010
import { formatDate, getHashFragmentValue } from '../utils'
1111
import { EOI } from './eoi'
1212
import { GracefulImage } from './graceful-image'
13-
import { PageTitle } from './page-title'
1413
import { LinkMention, type LinkMentionData } from './link-mention'
14+
import { PageTitle } from './page-title'
1515

1616
/**
1717
* Renders a single piece of Notion text, including basic rich text formatting.

0 commit comments

Comments
 (0)