Skip to content

Commit 22ebbe2

Browse files
format
1 parent 0e0c9e2 commit 22ebbe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/web/app/(org)/dashboard/caps/components/legacyUploadCap.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import type { QueryClient } from "@tanstack/react-query";
12
import { toast } from "sonner";
23
import { createVideoAndGetUploadUrl } from "@/actions/video/upload";
3-
import type { UploadStatus } from "../UploadingContext";
4-
import type { QueryClient } from "@tanstack/react-query";
54
import { imageUrlQuery } from "@/components/VideoThumbnail";
5+
import type { UploadStatus } from "../UploadingContext";
66

77
export async function legacyUploadCap(
88
file: File,

0 commit comments

Comments
 (0)