import React from 'react' const AdminHome = () => { return <div>Placeholder for Admin Interface</div> } export default AdminHome