Updated all import statements to be relative

This commit is contained in:
2022-08-20 13:01:02 +02:00
parent f1eaf3e019
commit 9708a6cff9
17 changed files with 64 additions and 64 deletions

View File

@@ -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();