You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After many new features and refactorings, we have several Components and types in the codebase that are no longer used. This task involves looking at these component files in question, verifying that they are no longer used/needed, and removing them to keep our codebase clean.
Note:
At any point if you see this file is in use, reconsider removing it. Talk it through with someone on the team.
Also- please do not remove UserActivity.tsx. It is not in use but it will be required in the future.
After many new features and refactorings, we have several Components and types in the codebase that are no longer used. This task involves looking at these component files in question, verifying that they are no longer used/needed, and removing them to keep our codebase clean.
Note:
UserActivity.tsx
. It is not in use but it will be required in the future.Components
Users.tsx
fileResponsiveNavLink.tsx
NavLink.tsx
NotificationCard.tsx
NotificationSideBar.tsx
CategoryItem.tsx
Types: Please make sure to remove relevant interfaces/enums from the
common.ts
file if needed.ToastProps
Resource
Link
The text was updated successfully, but these errors were encountered: