react-code-dataset / next.js /test /integration /build-trace-extra-entries-turbo /app /pages /another.js
| import 'nested-structure/constants' | |
| export default function Page() { | |
| return <p>another page</p> | |
| } | |
| export function getStaticProps() { | |
| return { | |
| props: {}, | |
| } | |
| } | |