Advertisement
Guest User

what I'm importing

a guest
Dec 7th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const Stuff = {
  2.     data: {
  3.         companyData: {
  4.             name: 'My Company',
  5.             email: 'mycompany@company.info',
  6.             number: '1112223344',
  7.             locations: {
  8.                 location1: {
  9.                     data: "stuff",
  10.                     data2: {
  11.                         morestuff: "yeet"
  12.                     }
  13.  
  14.                 }
  15.             }
  16.         }
  17.     }
  18. }
  19. // ...
  20. export default Stuff;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement