UNPKG

@nadeshikon/plugin-nextjs

Version:
8 lines (6 loc) 139 B
export default function Page() { return <p>streaming</p> } export async function getServerSideProps() { return { props: {} } }