react-code-dataset
/
next.js
/test
/development
/app-dir
/server-components-hmr-cache
/app
/edge
/page.tsx
| import { SharedPage } from '../../components/shared-page' | |
| import React from 'react' | |
| export const runtime = 'edge' | |
| export default function Page() { | |
| return <SharedPage runtime="edge" /> | |
| } | |