Skip to content

Commit f065909

Browse files
fix CI lint issue
1 parent 9e13ea1 commit f065909

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app/(public)/products/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import Link from "next/link";
33
import Badge from "@/components/ui/Badge";
44
import { ArrowRightIcon, ExternalLinkIcon } from "@/components/ui/icons";
55
import { db, products } from "@/db";
6-
import type { ProductSelect } from "@/types";
76

87
export const revalidate = 3600;
98

0 commit comments

Comments
 (0)