import ClientComp from './client-comp-client' export default function DashboardPage(props) { return ( <>

hello from app/dashboard

BOLD

this is green

) } export const runtime = 'edge'