mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
server-esm: Change simple local import statements
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import becca = require('../becca/becca');
|
||||
import becca from "../becca/becca.js";
|
||||
import { OptionRow } from '../becca/entities/rows';
|
||||
import sql = require('./sql');
|
||||
import sql from "./sql.js";
|
||||
|
||||
function getOptionOrNull(name: string): string | null {
|
||||
let option;
|
||||
|
||||
Reference in New Issue
Block a user