This commit is contained in:
Janis
2023-01-29 17:33:37 +01:00
parent 92ec33fea4
commit 0491b673aa
18 changed files with 600 additions and 156 deletions

View File

@@ -4,7 +4,7 @@ export default function AdminCategoriesPage() {
return (
<div>
<h1>Page to manage categories</h1>
<a href="/admin/categories/create">create new category</a> <br />
<a href="/admin/categories/editor/0">create new category</a> <br />
<p>List of existing category</p>
</div>
);