Components
components
|----- Button
|----- Button.tsx
|----- Button.styles.ts
|----- Input
|----- Input.tsx
|----- Input.styles.ts
|----- Card
|----- Card.tsx
|----- Card.styles.ts
- the idea is to have all reusable components within the
components
folder - they are low-level and completely independent of the context they are used in
- components which are tied to a specific entity or a page should be contained within the folder for that entity