Skip to content

Commit

Permalink
fix(mp-base): import update
Browse files Browse the repository at this point in the history
  • Loading branch information
wqcstrong committed Dec 5, 2024
1 parent 4b9e5e9 commit e3f6c60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/page-spy-mp-base/src/plugins/storage.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { KVList } from './../types';
import { psLog } from '@huolala-tech/page-spy-base/dist/utils';
import type { Client } from '@huolala-tech/page-spy-base/dist/client';
import { makeMessage } from '@huolala-tech/page-spy-base/dist/message';
Expand All @@ -10,7 +9,7 @@ import type {
} from '@huolala-tech/page-spy-types';
import socketStore from '../helpers/socket';
import { getMPSDK, utilAPI } from '../utils';
import type { MPStorageAPI } from '../types';
import type { MPStorageAPI, KVList } from '../types';

const descriptor = {
configurable: true,
Expand Down

0 comments on commit e3f6c60

Please sign in to comment.