We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13a495 commit 221aa20Copy full SHA for 221aa20
src/utilities/db.js
@@ -1,4 +1,4 @@
1
-import { openDB } from 'idb';
+
2
3
const DB_NAME = 'movie-db';
4
const STORE_NAME = 'movies';
0 commit comments