source: pages/admin/index.js@ e007fcd

main
Last change on this file since e007fcd was e007fcd, checked in by anastasovv <simon@…>, 2 years ago

Now you need to activate your account via email & also added mail sending after server crash

  • Property mode set to 100644
File size: 247 bytes
Line 
1import Head from 'next/head'
2
3import React from 'react'
4
5const Admin = () => {
6 return (
7 <div>
8 <Head>
9 <title>Caessino - Activate account</title>
10 </Head>
11
12 Admin
13 </div>
14 )
15}
16
17export default Admin
Note: See TracBrowser for help on using the repository browser.