Skip to content

Commit

Permalink
fix(com): import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm authored and AliMD committed Mar 31, 2023
1 parent 5f74560 commit 589a6f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions uniquely/com-pwa/src/manager/controller/order-detail.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import {finiteStateMachineProvider, type FsmTypeHelper} from '@alwatr/fsm';
import {requestableContextConsumer} from '@alwatr/signal';
import {RequestableContext} from '@alwatr/signal/src/type.js';
import {snackbarSignalTrigger} from '@alwatr/ui-kit/src/snackbar/show-snackbar.js';
import {snackbarSignalTrigger} from '@alwatr/ui-kit/snackbar/show-snackbar.js';

import {config} from '../../config.js';

import type {RequestableContext} from '@alwatr/signal/type.js';
import type {AlwatrDocumentStorage} from '@alwatr/type';
import type {Order, Product} from '@alwatr/type/src/customer-order-management.js';
import type {Order, Product} from '@alwatr/type/customer-order-management.js';

const orderStorageContextConsumer =
requestableContextConsumer.bind<AlwatrDocumentStorage<Order>>('order-storage-context');
Expand Down

0 comments on commit 589a6f2

Please sign in to comment.