adding works, viewing works, but viewing specific blogs are not implemented yet.

This commit is contained in:
2026-06-28 16:53:04 -05:00
parent 587fcb3c43
commit 843c34a287
6 changed files with 175 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
export default function ViewBlogPage() {
// This will take a blog id as a parameter and fetch the blog from the database using the get_blog_by_id command.
}