snowballtools-base/packages/frontend/src
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
..
assets Refactor: Env to utils/constants (#210) 2024-06-21 21:07:41 -04:00
components Refactor: components/shared (#227) 2024-06-24 19:36:08 -04:00
context Refactor: Env to utils/constants (#210) 2024-06-21 21:07:41 -04:00
layouts fix(ProjectSearchBarDialog): getMenuProps error (#221) 2024-06-24 18:48:32 -04:00
pages Refactor: components/shared (#227) 2024-06-24 19:36:08 -04:00
stories feat(domains): DomainCard and WebhookCard styling start (#225) 2024-06-24 19:22:20 -04:00
types GeneralTabPanel cleanup 2024-05-14 19:36:50 +00:00
utils Feat: Access Code Authentication Flow (#211) 2024-06-21 21:10:31 -04:00
App.test.tsx Lint using tsc; fix type errors 2024-04-11 21:49:14 -05:00
App.tsx Refactor: Env to utils/constants (#210) 2024-06-21 21:07:41 -04:00
constants.ts Add project create template for image upload PWA (#109) 2024-02-26 17:54:35 +05:30
index.css format prettier 2024-05-09 16:18:52 -04:00
index.tsx Refactor: Env to utils/constants (#210) 2024-06-21 21:07:41 -04:00
logo.svg Restore https://github.com/snowball-tools/snowballtools-base/pull/103 (#106) 2024-02-23 16:09:45 -06:00
react-app-env.d.ts Create react app with tailwind, typescript, eslint and prettier (#4) 2023-12-08 10:50:55 +05:30
reportWebVitals.ts Create react app with tailwind, typescript, eslint and prettier (#4) 2023-12-08 10:50:55 +05:30
setupTests.ts Create react app with tailwind, typescript, eslint and prettier (#4) 2023-12-08 10:50:55 +05:30