snowballtools-base/packages/frontend/src/components
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
..
projects feat(domains): DomainCard and WebhookCard styling start (#225) 2024-06-24 19:22:20 -04:00
shared Refactor: components/shared (#227) 2024-06-24 19:36:08 -04:00
CloudyFlow.tsx [19/n][Storybook] CloudyFlow 2024-05-14 23:23:32 +00:00
DatePicker.tsx Lint using tsc; fix type errors 2024-04-11 21:49:14 -05:00
Dropdown.tsx Lint using tsc; fix type errors 2024-04-11 21:49:14 -05:00
FormatMilliSecond.tsx Lint using tsc; fix type errors 2024-04-11 21:49:14 -05:00
HorizontalLine.tsx Lint using tsc; fix type errors 2024-04-11 21:49:14 -05:00
Logo.tsx Lint using tsc; fix type errors 2024-04-11 21:49:14 -05:00
SearchBar.tsx Refactor Input and SearchBar (#199) 2024-05-22 15:06:50 -04:00
Stepper.tsx Lint using tsc; fix type errors 2024-04-11 21:49:14 -05:00
StopWatch.tsx Lint using tsc; fix type errors 2024-04-11 21:49:14 -05:00
VerticalStepper.tsx Lint using tsc; fix type errors 2024-04-11 21:49:14 -05:00