Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. ├── README.md
  2.  
  3. ├── components
  4.  
  5. │ ├── head.js
  6.  
  7. │ └── nav.js
  8.  
  9. ├── next.config.js
  10.  
  11. ├── node_modules
  12.  
  13. │ ├── [...]
  14.  
  15. ├── package.json
  16.  
  17. ├── pages
  18.  
  19. │ └── index.js
  20.  
  21. ├── static
  22.  
  23. │ └── favicon.ico
  24.  
  25. └── yarn.lock
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement