Skip to content

Commit 2bfe8be

Browse files
committed
Update upload-file.ts
1 parent 9d0988e commit 2bfe8be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/files/actions/upload-file.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { CloudAPIAction } from "~/api/cloud-action.ts";
22
import type { CloudFile } from "../entries/_cloud-file.type.ts";
33
import MimeTypes from "../mime-types/mime-types.ts";
4-
import { GlobalCloudFile } from "../entries/_global-cloud-file.type.ts";
5-
import { joinPath } from "@inspatial/cloud/utils";
4+
import type { GlobalCloudFile } from "../entries/_global-cloud-file.type.ts";
5+
import { joinPath } from "~/utils/path-utils.ts";
66

77
export const uploadFile = new CloudAPIAction("upload", {
88
label: "Upload File",

0 commit comments

Comments
 (0)