removed frontend APIs to modify code note types

This commit is contained in:
zadam
2019-08-25 23:12:58 +02:00
parent 02ab59c9e0
commit ecb485c8bc
5 changed files with 10 additions and 401 deletions

View File

@@ -5,7 +5,7 @@ import bundleService from "./bundle.js";
import Attributes from "./attributes.js";
import treeUtils from "./tree_utils.js";
import utils from "./utils.js";
import {NoteTypeContext} from "./note_type.js";
import NoteTypeContext from "./note_type.js";
import noteDetailService from "./note_detail.js";
import noteDetailEmpty from "./note_detail_empty.js";
import noteDetailText from "./note_detail_text.js";