mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2026-07-31 15:49:04 +02:00
refactor to pages
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import React from "react";
|
||||
|
||||
function AdminArticlesPage() {
|
||||
export default function AdminArticlesPage() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Page to manage articles</h1>
|
||||
@@ -11,5 +11,3 @@ function AdminArticlesPage() {
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default AdminArticlesPage;
|
||||
|
||||
Reference in New Issue
Block a user