feat: display user's posts on profile page

This commit is contained in:
Stevan Freeborn
2023-09-11 00:40:14 -05:00
parent 8b350c9809
commit 4b74f47e75
18 changed files with 397 additions and 67 deletions
+2 -1
View File
@@ -20,6 +20,7 @@
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/react-syntax-highlighter": "^15.5.7",
"autoprefixer": "10.4.15",
"codemirror": "^6.0.1",
"convex": "^1.2.1",
@@ -37,6 +38,6 @@
"svix": "^1.11.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"@types/react-syntax-highlighter": "^15.5.7"
"encoding": "^0.1.13"
}
}