We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9eb58 commit 746ea4fCopy full SHA for 746ea4f
1 file changed
app/(app)/projects/page.tsx
@@ -7,7 +7,6 @@ import Link from "next/link";
7
8
export default async function ProjectsPage() {
9
const projects = await getAllPets();
10
- console.log(projects);
11
return (
12
<SectionWrapper className="max-w-7xl">
13
<div className="">
0 commit comments