fix logger import

This commit is contained in:
Felix Roos 2023-10-29 13:14:29 +01:00
parent b245d44220
commit a2077f7be1

View File

@ -1,3 +1,5 @@
import { logger } from './logger.mjs';
// currently duplicate with core util.mjs to skip dependency
// TODO: add separate util module?