File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
apps/web/app/(org)/dashboard
spaces/[spaceId]/components Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,12 @@ import { type PropsWithChildren, useState } from "react";
2929import { toast } from "sonner" ;
3030import { ConfirmationDialog } from "@/app/(org)/dashboard/_components/ConfirmationDialog" ;
3131import { useDashboardContext } from "@/app/(org)/dashboard/Contexts" ;
32+ import { useFeatureFlag } from "@/app/Layout/features" ;
3233import ProgressCircle , {
3334 useUploadProgress ,
3435} from "@/app/s/[videoId]/_components/ProgressCircle" ;
3536import {
36- ImageLoadingStatus ,
37+ type ImageLoadingStatus ,
3738 VideoThumbnail ,
3839} from "@/components/VideoThumbnail" ;
3940import { useEffectMutation } from "@/lib/EffectRuntime" ;
@@ -43,7 +44,6 @@ import { SharingDialog } from "../SharingDialog";
4344import { CapCardAnalytics } from "./CapCardAnalytics" ;
4445import { CapCardButton } from "./CapCardButton" ;
4546import { CapCardContent } from "./CapCardContent" ;
46- import { useFeatureFlag } from "@/app/Layout/features" ;
4747
4848export interface CapCardProps extends PropsWithChildren {
4949 cap : {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import type React from "react";
66import { memo , useState } from "react" ;
77import { Tooltip } from "@/components/Tooltip" ;
88import {
9- ImageLoadingStatus ,
9+ type ImageLoadingStatus ,
1010 VideoThumbnail ,
1111} from "@/components/VideoThumbnail" ;
1212import type { VideoData } from "./AddVideosDialogBase" ;
You can’t perform that action at this time.
0 commit comments