1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +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 }