mirror of
https://github.com/wassname/talk.git
synced 2026-08-05 13:30:26 +08:00
5 lines
213 B
JavaScript
5 lines
213 B
JavaScript
import {withSortOption} from 'plugin-api/beta/client/hocs';
|
|
import SortOption from '../components/SortOption';
|
|
|
|
export default withSortOption({by: 'CREATED_AT', order: 'DESC', label: 'Newest first'})(SortOption);
|