mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-30 05:07:14 +01:00
refactor to pages
This commit is contained in:
@@ -19,6 +19,6 @@ async function getImages(): Promise<GalleryImage[]> {
|
||||
}));
|
||||
}
|
||||
|
||||
export default async function page() {
|
||||
export default async function AdminImagesPage() {
|
||||
return <Gallery images={await getImages()} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user