mirror of
https://github.com/arthur-pbty/links.git
synced 2026-08-01 20:29:27 +02:00
Refactor code structure and remove redundant sections for improved readability and maintainability
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import AdminPanel from '../../components/AdminPanel';
|
||||
|
||||
export const metadata = {
|
||||
title: 'Admin - Mes Liens',
|
||||
description: 'Gestion des liens et analytics privées.'
|
||||
};
|
||||
|
||||
export default function AdminPage() {
|
||||
return <AdminPanel />;
|
||||
}
|
||||
Reference in New Issue
Block a user