mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-29 21:02:13 +01:00
10 lines
154 B
TypeScript
10 lines
154 B
TypeScript
import React from "react";
|
|
|
|
export default function AdminCategoriesCreate() {
|
|
return (
|
|
<div>
|
|
<h1>Create a new category</h1>
|
|
</div>
|
|
);
|
|
}
|