/** Add your relevant code here for the issue to reproduce */ export default function IssuePage() { return ( <div> <h1 className="">Welcome to the Issue Page</h1> </div> ) }