Skip to content

Commit

Permalink
refactor(com-pwa): rearrange files
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Mar 6, 2023
1 parent 690971d commit 3d08440
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion uniquely/com-pwa/src/manager/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import './context-provider/order-storage.js';
import './state-machine/order-list.js';
import './controller/order-list.js';
2 changes: 1 addition & 1 deletion uniquely/com-pwa/src/ui/alwatr-pwa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import '@alwatr/ui-kit/style/theme/color.css';
import '@alwatr/ui-kit/style/theme/palette-85.css';

import './stuff/app-footer.js';
import {pageOrderListFsm} from '../manager/state-machine/order-list.js';
import {pageOrderListFsm} from '../manager/controller/order-list.js';

import type {RoutesConfig} from '@alwatr/router';

Expand Down
2 changes: 1 addition & 1 deletion uniquely/com-pwa/src/ui/page/order-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {message, replaceNumber} from '@alwatr/i18n';
import '@alwatr/ui-kit/button/button.js';
import '@alwatr/ui-kit/card/icon-box.js';

import {pageOrderListFsm} from '../../manager/state-machine/order-list.js';
import {pageOrderListFsm} from '../../manager/controller/order-list.js';

import type {IconBoxContent} from '@alwatr/ui-kit/card/icon-box.js';

Expand Down

0 comments on commit 3d08440

Please sign in to comment.