refactor: group project/ui components into subdirectories
This commit is contained in:
@@ -1,3 +1 @@
|
||||
export { DetailedProjectCard } from './ui/DetailedProjectCard';
|
||||
export { ProjectCard } from './ui/ProjectCard';
|
||||
export { ProjectMetadata } from './ui/ProjectMetadata';
|
||||
export { DetailedProjectCard, ProjectCard, ProjectMetadata } from './ui';
|
||||
|
||||
Reference in New Issue
Block a user