We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa17e3 commit 0c40e28Copy full SHA for 0c40e28
apps/web/app/(org)/dashboard/caps/components/legacyUploadCap.ts
@@ -1,8 +1,8 @@
1
+import type { QueryClient } from "@tanstack/react-query";
2
import { toast } from "sonner";
3
import { createVideoAndGetUploadUrl } from "@/actions/video/upload";
-import type { UploadStatus } from "../UploadingContext";
4
-import type { QueryClient } from "@tanstack/react-query";
5
import { imageUrlQuery } from "@/components/VideoThumbnail";
+import type { UploadStatus } from "../UploadingContext";
6
7
export async function legacyUploadCap(
8
file: File,
0 commit comments