server-esm: Remove two more straightforward imports

This commit is contained in:
Elian Doran
2024-07-18 22:25:03 +03:00
parent a8fd3be133
commit efdae79c10
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
const log = require('./log');
import log from "./log";
const NOTE_TITLE_CHANGED = "NOTE_TITLE_CHANGED";
const ENTER_PROTECTED_SESSION = "ENTER_PROTECTED_SESSION";