import Head from 'next/head' import React from 'react' const Admin = () => { return (
Caessino - Activate account Admin
) } export default Admin