Skip to content

Commit

Permalink
import changes to relative
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksydan committed Oct 22, 2023
1 parent c8734a9 commit 384173b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions _dev/js/theme/core/index.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import '@js/theme/core/selectors';
import './selectors';

import '@js/theme/core/cart/index';
import '@js/theme/core/product/index';
import '@js/theme/core/listing/index';
import '@js/theme/core/address/index';
import '@js/theme/core/checkout/index';
import './cart/index';
import './product/index';
import './listing/index';
import './address/index';
import './checkout/index';

import psShowHide from '@js/theme/core/display/psShowHide';
import emailIdn from '@js/theme/core/email/emailIdn';
import DOMReady from '@js/theme/utils/DOMReady';
import psShowHide from './display/psShowHide';
import emailIdn from './email/emailIdn';
import DOMReady from '../utils/DOMReady';

DOMReady(() => {
psShowHide();
Expand Down

0 comments on commit 384173b

Please sign in to comment.