Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into feat/asset-hyperlink
  • Loading branch information
raymondanythings authored Jun 6, 2025
commit ea5d5ae5d447e4ca81656a422c53aa30db893d59
7 changes: 2 additions & 5 deletions packages/react-notion-x/src/components/asset-wrapper.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import {
type BaseContentBlock,
type Block,
type ImageBlock
} from 'notion-types'
import type React from 'react'
import { type BaseContentBlock, type Block, type ImageBlock } from 'notion-types'
import { parsePageId } from 'notion-utils'

import { useNotionContext } from '..'
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.