Skip to content

Commit

Permalink
Support transform from Verse block #4
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Sep 11, 2021
1 parent a82b316 commit a05508e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oik-magnetic-poetry/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { __ } from '@wordpress/i18n';
import classnames from 'classnames';

// Get registerBlockType from wp.blocks
import { registerBlockType } from '@wordpress/blocks';
import { registerBlockType, createBlock } from '@wordpress/blocks';
import {AlignmentControl, BlockControls, InspectorControls, useBlockProps, PlainText} from '@wordpress/block-editor';
import ServerSideRender from '@wordpress/server-side-render';
import {
Expand Down

0 comments on commit a05508e

Please sign in to comment.