Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. - .storybook
  2. - common
  3. - assets
  4. - consts
  5. - components - common components used across the app
  6. - styles
  7. - hooks - global context api providers with custom hooks
  8. - AuthenticationProvider
  9. - AuthenticationProvider.tsx
  10. - useAuthentication.tsx
  11. - graphQL
  12. - typings
  13. - enums
  14. - utils
  15. - router
  16. - ...
  17. - <Screen> ex Login
  18. - <Screen> ex WorkOrders
  19. - <Screen> ex Contractors
  20. - ContractorsWidget
  21. - ContractorsWidget.tsx
  22. - ContractorsWidget.styles.tsx
  23. - Contractors.tsx
  24. - Contractors.styles.tsx - capital letter because there are emotion components
  25. - contractors.utils.ts
  26. - contractors.types.ts
  27. ... other files related only with Contractors screen
  28. - Storybook
  29. - components - common components stories
  30. - Contractors - stories per screen
  31. - App.tsx - root component
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement