server: Fix the remainder of import issues

This commit is contained in:
Elian Doran
2024-07-24 20:33:35 +03:00
parent 42f0073ab6
commit 24af2e55dc
17 changed files with 22 additions and 24 deletions

View File

@@ -3,7 +3,7 @@ import cls from "./cls.js";
import log from "./log.js";
import becca from "../becca/becca.js";
import BNote from "../becca/entities/bnote.js";
import { ApiParams } from './backend_script_api_interface';
import { ApiParams } from './backend_script_api_interface.js';
interface Bundle {
note?: BNote;