UNPKG

@nadeshikon/plugin-nextjs

Version:
10 lines (8 loc) 134 B
const Show = () => { return ( <div> <p>This should have been rewritten</p> </div> ) } export default Show