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