next.js/test/e2e/switchable-runtime/pages/static.js
static.js15 lines232 B
import Runtime from '../utils/runtime'
import Time from '../utils/time'

export default function Page() {
  return (
    <div>
      This is a static page.
      <br />
      <Runtime />
      <br />
      <Time />
    </div>
  )
}
Quest for Codev2.0.0
/
SIGN IN