File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
apps/web/app/(org)/dashboard/caps/components/CapCard Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ import { withRpc } from "@/lib/Rpcs";
3737import { PasswordDialog } from "../PasswordDialog" ;
3838import { SharingDialog } from "../SharingDialog" ;
3939import { CapCardAnalytics } from "./CapCardAnalytics" ;
40- import { CapCardContent } from "./CapCardContent" ;
4140import { CapCardButton } from "./CapCardButton" ;
41+ import { CapCardContent } from "./CapCardContent" ;
4242
4343export interface CapCardProps extends PropsWithChildren {
4444 cap : {
Original file line number Diff line number Diff line change 11import { Button } from "@cap/ui" ;
2- import { Tooltip } from "@/components/Tooltip" ;
3- import { type ReactNode , type MouseEvent } from "react" ;
42import clsx from "clsx" ;
3+ import type { MouseEvent , ReactNode } from "react" ;
4+ import { Tooltip } from "@/components/Tooltip" ;
55
66interface CapCardButtonProps {
77 tooltipContent : string ;
You can’t perform that action at this time.
0 commit comments