mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
9 lines
105 B
JavaScript
9 lines
105 B
JavaScript
import { Logger } from 'lib/logger.js';
|
|
|
|
class ReactLogger extends Logger {
|
|
|
|
|
|
|
|
}
|
|
|
|
export { ReactLogger } |