finalized dashboard
This commit is contained in:
@@ -7,7 +7,7 @@ import Image from "next/image";
|
||||
import { Link as LinkType } from "@prisma/client";
|
||||
|
||||
type Props = {
|
||||
link: Omit<LinkType, "screenshotPath" | "pdfPath">;
|
||||
link: LinkType;
|
||||
count: number;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user