mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +00:00
feat: Ajout de l'envoie de mail [#17]
This commit is contained in:
10
Front-End/src/app/[locale]/admin/messagerie/page.js
Normal file
10
Front-End/src/app/[locale]/admin/messagerie/page.js
Normal file
@ -0,0 +1,10 @@
|
||||
import React from 'react';
|
||||
import EmailSender from '@/components/Admin/EmailSender';
|
||||
export default function MessageriePage({ csrfToken }) {
|
||||
return (
|
||||
<div className="p-6">
|
||||
<h1 className="text-2xl font-bold mb-6">Messagerie Admin</h1>
|
||||
<EmailSender csrfToken={csrfToken} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user