mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
server-esm: Change simple local import statements
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import AbstractBeccaEntity = require('./abstract_becca_entity');
|
||||
import AbstractBeccaEntity from "./abstract_becca_entity.js";
|
||||
import { BlobRow } from "./rows";
|
||||
|
||||
// TODO: Why this does not extend the abstract becca?
|
||||
|
||||
Reference in New Issue
Block a user