move components

This commit is contained in:
zadam
2020-01-14 21:52:18 +01:00
parent f852e1de81
commit bd0f7d3680
14 changed files with 55 additions and 55 deletions

View File

@@ -5,7 +5,7 @@ import ws from "./ws.js";
import treeCache from "./tree_cache.js";
import NoteFull from "../entities/note_full.js";
import treeUtils from "./tree_utils.js";
import tabRow from "./tab_row.js";
import tabRow from "../widgets/tab_row.js";
import appContext from "./app_context.js";
const $tabContentsContainer = $("#note-tab-container");