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

@@ -1,4 +1,4 @@
import log from "./log";
import log from "./log.js";
const NOTE_TITLE_CHANGED = "NOTE_TITLE_CHANGED";
const ENTER_PROTECTED_SESSION = "ENTER_PROTECTED_SESSION";