next.js/test/unit/fixtures/stub-components/hello.js
hello.js6 lines89 B
import React from 'react'

export default function Hello() {
  return <div>hello</div>
}
Quest for Codev2.0.0
/
SIGN IN