mirror of
https://github.com/arthur-pbty/links.git
synced 2026-08-01 20:29:27 +02:00
11 lines
238 B
JavaScript
11 lines
238 B
JavaScript
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 />;
|
|
}
|