mirror of https://github.com/laurent22/joplin.git
Tools: Apply linter
parent
4a7c1f54d2
commit
334da21a3b
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue