diff --git a/ReactNativeClient/lib/shareHandler.ts b/ReactNativeClient/lib/shareHandler.ts index cfe6281b6..8aef233aa 100644 --- a/ReactNativeClient/lib/shareHandler.ts +++ b/ReactNativeClient/lib/shareHandler.ts @@ -1,10 +1,10 @@ +import ShareExtension, { SharedData } from './ShareExtension'; + const Note = require('lib/models/Note.js'); const checkPermissions = require('lib/checkPermissions.js').default; const { ToastAndroid } = require('react-native'); const { PermissionsAndroid } = require('react-native'); -import ShareExtension, { SharedData } from './ShareExtension'; - export default async (sharedData: SharedData, folderId: string, dispatch: Function) => { if (!!sharedData.resources && sharedData.resources.length > 0) {