feat: add footer

This commit is contained in:
Stevan Freeborn
2023-09-11 21:23:37 -05:00
parent c4348d9b5e
commit 48e14d41b2
10 changed files with 74 additions and 20 deletions
+1
View File
@@ -0,0 +1 @@
export default function PostPage({ params }: { params: { id: string } }) {}