Skip to content

Commit

Permalink
feat(components): create project image
Browse files Browse the repository at this point in the history
  • Loading branch information
codingcodax committed Jul 17, 2024
1 parent b9fb3ba commit 4fff30c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/www/src/app/_components/Project/ProjectImage.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export const ProjectImage = () => {
return (
<div>
<p>project image</p>
</div>
);
};

0 comments on commit 4fff30c

Please sign in to comment.