Skip to content

Commit 46b9f16

Browse files
wip
1 parent 2cae777 commit 46b9f16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/web/app/(org)/dashboard/caps/components/CapCard/CapCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ import { type PropsWithChildren, useState } from "react";
2929
import { toast } from "sonner";
3030
import { ConfirmationDialog } from "@/app/(org)/dashboard/_components/ConfirmationDialog";
3131
import { useDashboardContext } from "@/app/(org)/dashboard/Contexts";
32+
import { useFeatureFlag } from "@/app/Layout/features";
3233
import ProgressCircle, {
3334
useUploadProgress,
3435
} from "@/app/s/[videoId]/_components/ProgressCircle";
3536
import {
36-
ImageLoadingStatus,
37+
type ImageLoadingStatus,
3738
VideoThumbnail,
3839
} from "@/components/VideoThumbnail";
3940
import { useEffectMutation } from "@/lib/EffectRuntime";
@@ -43,7 +44,6 @@ import { SharingDialog } from "../SharingDialog";
4344
import { CapCardAnalytics } from "./CapCardAnalytics";
4445
import { CapCardButton } from "./CapCardButton";
4546
import { CapCardContent } from "./CapCardContent";
46-
import { useFeatureFlag } from "@/app/Layout/features";
4747

4848
export interface CapCardProps extends PropsWithChildren {
4949
cap: {

apps/web/app/(org)/dashboard/spaces/[spaceId]/components/VideoCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type React from "react";
66
import { memo, useState } from "react";
77
import { Tooltip } from "@/components/Tooltip";
88
import {
9-
ImageLoadingStatus,
9+
type ImageLoadingStatus,
1010
VideoThumbnail,
1111
} from "@/components/VideoThumbnail";
1212
import type { VideoData } from "./AddVideosDialogBase";

0 commit comments

Comments
 (0)