Advertisement
Guest User

Untitled

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