standarized codes

This commit is contained in:
fyears
2021-12-10 00:16:28 +08:00
parent 2ce461ed6a
commit 9b1eebdf90
4 changed files with 8 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import { Vault } from "obsidian";
import type { SUPPORTED_SERVICES_TYPE } from "./baseTypes";
import * as s3 from "./s3";
import * as webdav from "./webdav";
import * as s3 from "./remoteForS3";
import * as webdav from "./remoteForWebdav";
import * as dropbox from "./remoteForDropbox";
export class RemoteClient {