1
0
mirror of synced 2025-12-19 18:11:23 -05:00
Files
blitz/test/integration/queries/pages/index.js
2021-04-08 16:31:17 -04:00

4 lines
104 B
JavaScript

const page = () => "hello from sub id"
page.getInitialProps = () => ({hello: "hi"})
export default page