Skip to content

Commit

Permalink
fix(com-pwa): import type
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm authored and AliMD committed May 1, 2023
1 parent a8e1f87 commit 09abab2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion uniquely/com-pwa/src/manager/context-provider/user.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import {contextProvider} from '@alwatr/context';
import {ComUser} from '@alwatr/type/customer-order-management.js';

import type {ComUser} from '@alwatr/type/customer-order-management.js';

const user = localStorage.getItem('user-context');
if (user != null) {
Expand Down

0 comments on commit 09abab2

Please sign in to comment.