export default function Page(props: any) {
callback(/* @next-codemod-error 'props' is passed as an argument. Any asynchronous properties of 'props' must be awaited when accessed. */
props, 1)
}
export function generateMetadata(props) {
callback2(/* @next-codemod-error 'props' is passed as an argument. Any asynchronous properties of 'props' must be awaited when accessed. */
props)
}