Updated all import statements to be relative
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
const Cache = require('src/tmdb/cache');
|
||||
const SqliteDatabase = require('src/database/sqliteDatabase');
|
||||
const Cache = require("../../src/tmdb/cache");
|
||||
|
||||
function createCacheEntry(key, value) {
|
||||
const cache = new Cache();
|
||||
|
||||
Reference in New Issue
Block a user