Skip to content

Instantly share code, notes, and snippets.

@edrpls
Created July 25, 2019 18:59
Show Gist options
  • Save edrpls/d4fe967444eea8bb0015c6464bd49a26 to your computer and use it in GitHub Desktop.
Save edrpls/d4fe967444eea8bb0015c6464bd49a26 to your computer and use it in GitHub Desktop.
export function toggleSorting() {
return {
type: 'TOGGLE_SORTING'
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment