mirror of
https://github.com/wassname/talk.git
synced 2026-08-20 12:50:41 +08:00
2 lines
61 B
JavaScript
2 lines
61 B
JavaScript
export const clickButton = () => ({type: 'BUTTON_CLICKED'});
|