forked from cerc-io/snowballtools-base
### 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. --- |
||
|---|---|---|
| .. | ||
| assets | ||
| components | ||
| context | ||
| layouts | ||
| pages | ||
| stories | ||
| types | ||
| utils | ||
| App.test.tsx | ||
| App.tsx | ||
| constants.ts | ||
| index.css | ||
| index.tsx | ||
| logo.svg | ||
| react-app-env.d.ts | ||
| reportWebVitals.ts | ||
| setupTests.ts | ||