diff --git a/src/view/frontend/layout/checkout_index_index.xml b/src/view/frontend/layout/checkout_index_index.xml
index 2418cb8..502e2f3 100644
--- a/src/view/frontend/layout/checkout_index_index.xml
+++ b/src/view/frontend/layout/checkout_index_index.xml
@@ -59,7 +59,8 @@
- 0
-
-
-
- Rubic_CleanCheckoutTheme/form/element/email
+ - Magento_Checkout/js/view/form/element/email
+ - Rubic_CleanCheckoutTheme/form/element/email
- login-methods
-
- We'll send your order confirmation here.
diff --git a/src/view/frontend/web/js/view/email.js b/src/view/frontend/web/js/view/email.js
index 82c4f85..14008f0 100644
--- a/src/view/frontend/web/js/view/email.js
+++ b/src/view/frontend/web/js/view/email.js
@@ -11,7 +11,7 @@ define([
'Magento_Customer/js/customer-data',
'Magento_Customer/js/model/customer',
'mage/translate',
- 'Rubic_CleanCheckout/js/bindings/transitions'
+ 'Rubic_CleanCheckoutTheme/js/bindings/transitions'
], function ($, ko, Component, _, stepNavigator, customerData, customer, $t) {
'use strict';