Advertisement
Guest User

Untitled

a guest
Sep 15th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const test = () => { console.log('hello!'); };
  2.  
  3. export default function testPage() {
  4.   test();
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement