add sub git and git-tools

This commit is contained in:
2022-11-06 21:07:22 +01:00
commit 9a0c882fe4
18 changed files with 3803 additions and 0 deletions

5
app/postCard.tsx Normal file
View File

@@ -0,0 +1,5 @@
const PostCard = () => {
return <div></div>;
};
export default PostCard;