1
0
mirror of synced 2025-12-19 18:10:59 -05:00
Files
docs/components
Peter Bengtsson 9041a57ae5 Refactor how currentProductTree works (#37808)
Co-authored-by: Grace Park <gracepark@github.com>
2023-07-10 19:26:10 +00:00
..
2023-06-14 18:20:59 +00:00
2023-06-15 15:19:10 +00:00
2022-08-15 21:05:21 +00:00
2022-08-15 14:13:30 -07:00

Components

This is the main source for our React components. They can be rendered by the server or the client via Next.js. The starting point for any component usage is the pages/ directory, which uses a file-system routing paradigm to match paths to pages that then render these components.