UNPKG

@nadeshikon/plugin-nextjs

Version:
8 lines (5 loc) 139 B
'use client' // export function getStaticProps() { return { props: {} }} export default function Page() { return 'client-gsp' }