Skip to content
Snippets Groups Projects
Commit 68953371 authored by MahiFaiyaz's avatar MahiFaiyaz
Browse files

moved dropdown selection to seperate component

parent 9d49eb5a
No related branches found
No related tags found
1 merge request!4Subreddit feature
const sortOptions = [
{ key: 'New', text: 'New', value: 'New'},
{ key: 'Hot', text: 'Hot', value: 'Hot'},
{ key: 'Top', text: 'Top', value: 'Top'},
{ key: 'All', text: 'All', value: 'All'},
]
const topOptions = [
{ key: 'Today', text: 'Today', value: 'Today'},
{ key: 'Week', text: 'This Week', value: 'Week'},
{ key: 'Month', text: 'This Month', value: 'Month'},
{ key: 'Year', text: 'This Year', value: 'Year'},
{ key: 'AllTime', text: 'All Time', value: 'AllTime'},
]
export {sortOptions, topOptions}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment