Files
desktop-app/app/write/[id]/page.tsx
T

4 lines
159 B
TypeScript

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.
}