Skip to content

Commit

Permalink
Separate all properties but supports from Payments Intro deprecation …
Browse files Browse the repository at this point in the history
…export default object for consistency
  • Loading branch information
coder-karen committed Nov 7, 2024
1 parent fac1da0 commit 2fb7982
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { InnerBlocks } from '@wordpress/block-editor';
import attributes from './attributes';
import supports from './supports';

export { default as attributes } from './attributes';

export const save = () => <InnerBlocks.Content />;

export default {
attributes,
supports,
save: () => <InnerBlocks.Content />,
};

0 comments on commit 2fb7982

Please sign in to comment.