impress-2020/pages/items/search/[query].tsx

6 lines
252 B
TypeScript
Raw Normal View History

// Both of these routes are the same page! The query parameter is effectively
// optional: this is the route if you have it, and the other is the route if
// you don't.
import ItemSearchPageWrapper from "./index";
export default ItemSearchPageWrapper;