Guest User

Untitled

a guest
Nov 14th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. console.log('counter loading...');
  2.  
  3. const counter = {
  4. no: 0
  5. };
  6.  
  7. export default counter;
Add Comment
Please, Sign In to add comment