feat: add project entity (ProjectMetadata, ProjectCard, DetailedProjectCard)

This commit is contained in:
Ilia Mashkov
2026-04-19 08:37:21 +03:00
parent 0fa66f275d
commit eeef679f69
7 changed files with 459 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
export { ProjectMetadata } from './ui/ProjectMetadata'
export { ProjectCard } from './ui/ProjectCard'
export { DetailedProjectCard } from './ui/DetailedProjectCard'