1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-30 08:26:59 +02:00
joplin/ReactNativeClient/lib/react-logger.js

9 lines
105 B
JavaScript
Raw Normal View History

2017-07-07 19:19:24 +02:00
import { Logger } from 'lib/logger.js';
class ReactLogger extends Logger {
}
export { ReactLogger }