dw gng v2

This commit is contained in:
Le fishe au chocolat 2026-06-28 14:29:23 +02:00
parent c41913027c
commit 7857ceb021

View file

@ -1,11 +0,0 @@
interface ProjectSpecs {
name: string;
link: string;
image: React.ReactNode;
description: string;
tags:
}
export function Project({ name, link, image, description, tags }: ProjectSpecs) {
}