snowballtools-base/packages
Vivian Phung c01f8fdabf
Refactor: components/shared (#227)
### TL;DR

This pull request consolidates all shared component exports into a new `index.ts` file within the `components/shared` directory. The purpose is to streamline and centralize the exports of shared components for improved maintainability.

### What changed?

- Created a new `index.ts` file in the `components/shared` directory that exports all shared components.
- Updated import statements to use the new centralized `index.ts` file instead of individual component files.

### How to test?

1. Run the frontend application.
2. Navigate through the application to ensure all shared components render correctly without console errors.

### Why make this change?

The motivation behind this change is to organize exports of shared components in a single file. This enhances code maintainability and simplifies the process of importing shared components across the project.

---
2024-06-24 19:36:08 -04:00
..
backend feat(template projects): generate git repo on backend (#218) 2024-06-24 18:38:01 -04:00
deployer Refactor(README.md) (#217) 2024-06-22 18:07:47 -04:00
frontend Refactor: components/shared (#227) 2024-06-24 19:36:08 -04:00
gql-client feat(template projects): generate git repo on backend (#218) 2024-06-24 18:38:01 -04:00