Files
explainegy-nextjs/app/articles/[categoryName]/page.tsx
2022-12-27 02:25:27 +01:00

4 lines
89 B
TypeScript

export default function Category() {
return <h1>List all articles in a category</h1>;
}