mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-30 21:27:12 +01:00
created base structure of admin page
This commit is contained in:
9
app/admin/articles/create/page.tsx
Normal file
9
app/admin/articles/create/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from "react";
|
||||
|
||||
export default function AdminArticlesCreate() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Create a new article</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user