From 244b49243ee1a1074cf389e673e2b9f3a81f4f6e Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 25 Jul 2022 19:42:33 +0100 Subject: [PATCH] update --- src/red-orbital/orbiter.js | 2 +- src/red-orbital/save.js | 13 ++++--------- src/red-orbiter/save.js | 7 ------- 3 files changed, 5 insertions(+), 17 deletions(-) diff --git a/src/red-orbital/orbiter.js b/src/red-orbital/orbiter.js index 37c0585..baf5ec1 100644 --- a/src/red-orbital/orbiter.js +++ b/src/red-orbital/orbiter.js @@ -4,7 +4,7 @@ export default function Orbiter( { primary, secondary, backgroundColor } ) {
diff --git a/src/red-orbital/save.js b/src/red-orbital/save.js index eb062a9..ec774af 100644 --- a/src/red-orbital/save.js +++ b/src/red-orbital/save.js @@ -1,10 +1,3 @@ -/** - * Retrieves the translation of text. - * - * @see https://developer.wordpress.org/block-editor/packages/packages-i18n/ - */ -import { __ } from '@wordpress/i18n'; - /** * React hook that is used to mark the block wrapper element. * It provides all the necessary props like the class name. @@ -37,11 +30,12 @@ export default function save( { attributes } ) { ) : ( ) } @@ -49,11 +43,12 @@ export default function save( { attributes } ) { ) : ( ) } diff --git a/src/red-orbiter/save.js b/src/red-orbiter/save.js index 15f7da6..851e8ae 100644 --- a/src/red-orbiter/save.js +++ b/src/red-orbiter/save.js @@ -1,10 +1,3 @@ -/** - * Retrieves the translation of text. - * - * @see https://developer.wordpress.org/block-editor/packages/packages-i18n/ - */ -import { __ } from '@wordpress/i18n'; - /** * React hook that is used to mark the block wrapper element. * It provides all the necessary props like the class name.