refactor: clean comments
This commit is contained in:
parent
972a84f241
commit
3f1cb2a9af
|
@ -40,7 +40,6 @@ const summary =
|
|||
export const projectMock: ProjectCardProps[] = Array(50).fill(undefined).map(
|
||||
(_, index) => {
|
||||
return {
|
||||
//
|
||||
title: `Awesome project ${index}`,
|
||||
summary,
|
||||
tags: ['3D', 'électronique', 'informatique'],
|
||||
|
|
Loading…
Reference in a new issue