mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
refactor: run prettier on the whole codebase
This commit is contained in:
@@ -1,7 +1,18 @@
|
||||
import { downloadAttachment, downloadFile, getUploadedFileSize, checkAttachment } from './download';
|
||||
import { clearFileStorage, deleteFile, exists, readEncrypted, writeEncrypted } from './io';
|
||||
import { uploadFile } from './upload';
|
||||
import { cancelable } from './utils';
|
||||
import {
|
||||
downloadAttachment,
|
||||
downloadFile,
|
||||
getUploadedFileSize,
|
||||
checkAttachment
|
||||
} from "./download";
|
||||
import {
|
||||
clearFileStorage,
|
||||
deleteFile,
|
||||
exists,
|
||||
readEncrypted,
|
||||
writeEncrypted
|
||||
} from "./io";
|
||||
import { uploadFile } from "./upload";
|
||||
import { cancelable } from "./utils";
|
||||
|
||||
export default {
|
||||
readEncrypted,
|
||||
|
||||
Reference in New Issue
Block a user