Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Update Header component props to make url required
Make the `url` prop in the Header component required by changing its type to `string | null`. This change ensures that a URL is always provided for the Header component to function correctly.
- Loading branch information