mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
backend import unification
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
const NoteSet = require('../note_set');
|
||||
const becca = require('../../../becca/becca.js');
|
||||
const becca = require('../../../becca/becca');
|
||||
const Expression = require('./expression');
|
||||
|
||||
class AttributeExistsExp extends Expression {
|
||||
|
||||
Reference in New Issue
Block a user