Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfeng33 committed Dec 12, 2024
1 parent 12b5e82 commit b4f50de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
2 changes: 1 addition & 1 deletion apps/www/public/r/styles/default/horizontal-rule-demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"type": "registry:example"
},
{
"content": "import { HorizontalRulePlugin } from '@udecode/plate-horizontal-rule/react';\nimport { jsx } from '@udecode/plate-test-utils';\n\njsx;\n\nexport const horizontalRuleValue: any = (\n <fragment>\n <hh2>Horizontal Rule</hh2>\n <hp>\n Add horizontal rules to visually separate sections and content within your\n document.\n </hp>\n <element type={HorizontalRulePlugin.key}>\n <htext />\n </element>\n </fragment>\n);\n",
"content": "import { BaseHorizontalRulePlugin } from '@udecode/plate-horizontal-rule';\nimport { jsx } from '@udecode/plate-test-utils';\n\njsx;\n\nexport const horizontalRuleValue: any = (\n <fragment>\n <hh2>Horizontal Rule</hh2>\n <hp>\n Add horizontal rules to visually separate sections and content within your\n document.\n </hp>\n <element type={BaseHorizontalRulePlugin.key}>\n <htext />\n </element>\n </fragment>\n);\n",
"path": "example/values/horizontal-rule-value.tsx",
"target": "components/horizontal-rule-value.tsx",
"type": "registry:example"
Expand Down

This file was deleted.

0 comments on commit b4f50de

Please sign in to comment.