You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Chore: Move Logger from lib to utils package
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import shim from './shim';
|
||||
import time from './time';
|
||||
import Logger from './Logger';
|
||||
import Logger from '@joplin/utils/Logger';
|
||||
import { _ } from './locale';
|
||||
|
||||
const { stringify } = require('query-string');
|
||||
|
||||
Reference in New Issue
Block a user