moving components to its own directory

This commit is contained in:
zadam
2022-12-01 13:07:23 +01:00
parent 1a6c9be065
commit fc080f785b
65 changed files with 160 additions and 156 deletions

View File

@@ -3,7 +3,7 @@ import utils from './utils.js';
const REQUEST_LOGGING_ENABLED = false;
async function getHeaders(headers) {
const appContext = (await import('./app_context.js')).default;
const appContext = (await import('../components/app_context.js')).default;
const activeNoteContext = appContext.tabManager ? appContext.tabManager.getActiveContext() : null;
// headers need to be lowercase because node.js automatically converts them to lower case