Guest User

Untitled

a guest
Mar 24th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. import { some_imported_action } from '../actions/my_actions';
  2.  
  3. export function f() {
  4. some_imported_action();
  5. }
  6.  
  7. some_imported_action: PropTypes.func.isRequired
  8.  
  9. this.props.some_imported_action();
Add Comment
Please, Sign In to add comment