You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-18 23:07:45 +02:00
Changed export to module.exports
This commit is contained in:
CliClient
app
app.jsbase-command.jscli-utils.jshelp-utils.jsimport-enex-md-gen.jsimport-enex.jsonedrive-api-node-utils.js
tests
ReactNativeClient
index.ios.js
index.htmllib
base-model.js
main.jsroot.jscomponents
action-button.jsapp-nav.jsbase-screen.jscheckbox.jsglobal-style.jsnote-body-viewer.jsnote-item.jsnote-list.jsscreen-header.js
database-driver-node.jsdatabase-driver-react-native.jsdatabase.jsdialogs.jsevent-dispatcher.jsfile-api-driver-local.jsfile-api-driver-memory.jsfile-api-driver-onedrive.jsfile-api.jsfolders-screen-utils.jsfs-driver-dummy.jsgeolocation-node.jsgeolocation-react.jsjoplin-database.jslocale.jslog.jslogger.jsmarkdown-utils.jsmime-utils.jsscreens
side-menu-content.jsmodels
net-utils.jsonedrive-api.jsparameters.jspath-utils.jspoor-man-intervals.jspromise-utils.jsreact-logger.jsreducer.jsregistry.jsservices
shim-init-node.jsshim-init-react.jsshim.jsstring-utils.jssynchronizer.jstime-utils.jsuuid.js@ -54,4 +54,4 @@ class DatabaseDriverReactNative {
|
||||
|
||||
}
|
||||
|
||||
export { DatabaseDriverReactNative }
|
||||
module.exports = { DatabaseDriverReactNative };
|
Reference in New Issue
Block a user