Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(BaseHead): Remove unnecessary props assignment
The code change removes the unnecessary assignment of props in the BaseHead component. The defaultProps object is now directly destructured to retrieve the title and description values. This simplifies the code and improves readability.
- Loading branch information