mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
wip conversion to ES modules
This commit is contained in:
parent
14d16a99d4
commit
117eb864c0
@ -33,7 +33,7 @@ class AbstractBeccaEntity {
|
||||
*/
|
||||
get becca() {
|
||||
if (!becca) {
|
||||
becca = importSync("../becca.js");
|
||||
becca = importSync("../becca.js").default;
|
||||
}
|
||||
|
||||
return becca;
|
||||
|
Loading…
x
Reference in New Issue
Block a user