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