removed pg

This commit is contained in:
Janis
2022-12-27 02:25:27 +01:00
parent ff723b2402
commit c977a84191
994 changed files with 49 additions and 989 deletions

3
app/articles/page.tsx Normal file
View File

@@ -0,0 +1,3 @@
export default function Article() {
return <h1>List all article</h1>;
}