Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Darginec05 committed Jul 27, 2024
1 parent 8b3a928 commit 690ce17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/plugins/headings/src/plugin/HeadingTwo.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { buildBlockData, buildBlockElement, generateId, PluginElementRenderProps, YooptaPlugin } from '@yoopta/editor';
import { YooptaBlockBaseMeta } from '@yoopta/editor/src/editor/types';
import { PluginElementRenderProps, YooptaPlugin } from '@yoopta/editor';

const HeadingTwoRender = ({ extendRender, ...props }: PluginElementRenderProps) => {
const { element, HTMLAttributes = {}, attributes, children } = props;
Expand Down

0 comments on commit 690ce17

Please sign in to comment.