import React from 'react' export default function Page({ children }) { return <div data-custom-attribute>Hello World</div> }