import Runtime from '../../utils/runtime' import Time from '../../utils/time' export default function Page() { return (
This is a SSR RSC page.

) } export const config = { runtime: 'experimental-edge', }