next.js/test/e2e/app-dir/app-css/app/ordering/page.js
page.js13 lines192 B
import './page-index.css'
import InputText from './input'

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