Guest User

Untitled

a guest
Jan 19th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. /* @flow */
  2.  
  3. export type ActionType = "hello";
  4.  
  5. export function action(): ActionType {
  6. return "hello";
  7. }
Add Comment
Please, Sign In to add comment