Skip to content

Commit 221aa20

Browse files
committed
minor bug fixed
1 parent a13a495 commit 221aa20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/db.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { openDB } from 'idb';
1+
22

33
const DB_NAME = 'movie-db';
44
const STORE_NAME = 'movies';

0 commit comments

Comments
 (0)