diff --git a/src/content/ui-components/components/blockquote-button.mdx b/src/content/ui-components/components/blockquote-button.mdx index aa500cb2..d86b459c 100644 --- a/src/content/ui-components/components/blockquote-button.mdx +++ b/src/content/ui-components/components/blockquote-button.mdx @@ -42,7 +42,7 @@ A prebuilt React component that toggles blockquote formatting. ```tsx import { EditorContent, EditorContext, useEditor } from '@tiptap/react' import { StarterKit } from '@tiptap/starter-kit' -import { BlockQuoteButton } from '@/components/tiptap-ui/blockquote-button' +import { BlockquoteButton } from '@/components/tiptap-ui/blockquote-button' import '@/components/tiptap-node/paragraph-node/paragraph-node.scss'