1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Chore: Move Logger from lib to utils package

This commit is contained in:
Laurent Cozic
2023-07-27 16:05:56 +01:00
parent a0ec928fca
commit 16c87c36da
124 changed files with 154 additions and 137 deletions

View File

@@ -1,4 +1,4 @@
const Logger = require('./Logger').default;
const Logger = require('@joplin/utils/Logger').default;
const shim = require('./shim').default;
const parseXmlString = require('xml2js').parseString;
const JoplinError = require('./JoplinError').default;