mirror of
https://github.com/laurent22/joplin.git
synced 2026-02-14 02:59:01 -06:00
9 lines
105 B
JavaScript
9 lines
105 B
JavaScript
import { Logger } from 'lib/logger.js';
|
|
|
|
class ReactLogger extends Logger {
|
|
|
|
|
|
|
|
}
|
|
|
|
export { ReactLogger } |