import React from 'react' export default function Page() { return <>hello another</> } export const metadata = { title: 'another page', } export const runtime = 'edge'