Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Feb 28, 2024
1 parent 6c28ac7 commit 1bfc24d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/storage/platforms/index.native.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import {default as NativeStorage} from '../providers/SQLiteProvider';
import NativeStorage from '../providers/SQLiteProvider';

export default NativeStorage;
2 changes: 1 addition & 1 deletion lib/storage/platforms/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import {default as WebStorage} from '../providers/IDBKeyValProvider';
import WebStorage from '../providers/IDBKeyValProvider';

export default WebStorage;

0 comments on commit 1bfc24d

Please sign in to comment.