import './page-index.css' import InputText from './input' export default function Home() { return ( <div> <h1>Hello</h1> <h2>Hello</h2> <InputText /> </div> ) }