Skip to content

Commit

Permalink
chore: import types explicitly in StorageUtility mock
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsMissEm committed Apr 30, 2022
1 parent 96ff19c commit bfb6eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/storage/__mocks__/StorageUtility.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
*/

import StorageUtility from "../StorageUtility";
import IStorage from "../IStorage";
import IStorageUtility from "../IStorageUtility";
import type IStorage from "../IStorage";
import type IStorageUtility from "../IStorageUtility";

export const StorageUtilityGetResponse = "getResponse";

Expand Down

0 comments on commit bfb6eab

Please sign in to comment.