1const App = () => ( 2<InstantSearch> 3 <SearchBox /> 4 <Hits /> 5 <Pagination /> 6 <RefinementList 7 attribute="company" 8 /> 9</InstantSearch> 10); 11.
確定! 回上一頁