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.