- added UI for management of email templates;
This commit is contained in:
@@ -64,6 +64,7 @@ import AdminAmendmentExtend from './pages/AdminAmendmentExtend';
|
||||
import AdminEliminaDomande from './pages/AdminEliminaDomande';
|
||||
import AdminLog from './pages/AdminLog';
|
||||
import AdminSendPec from './pages/AdminSendPec';
|
||||
import AdminEmailTemplates from './pages/AdminEmailTemplates';
|
||||
|
||||
const routes = ({ role, chosenCompanyId }) => {
|
||||
|
||||
@@ -319,6 +320,9 @@ const routes = ({ role, chosenCompanyId }) => {
|
||||
<Route path="/admin/send-pec" element={<DefaultLayout>
|
||||
<AdminSendPec/>
|
||||
</DefaultLayout>}/>
|
||||
<Route path="/admin/email-templates" element={<DefaultLayout>
|
||||
<AdminEmailTemplates/>
|
||||
</DefaultLayout>}/>
|
||||
</Route>
|
||||
<Route exact path="/reset-password" element={<ResetPassword/>}/>
|
||||
<Route exact path="/reset-password-admin" element={<ResetPasswordAdmin/>}/>
|
||||
|
||||
Reference in New Issue
Block a user