dw gng v2
This commit is contained in:
parent
c41913027c
commit
7857ceb021
|
|
@ -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) {
|
|
||||||
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue