import React from 'react' const BeforeLogin: React.FC = () => { return (

Welcome to your dashboard! {' This is where site admins will log in to manage your website.'}

) } export default BeforeLogin