Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(Breadcrumbs.tsx): remove unused code and imports
This commit removes unused code and imports from the Breadcrumbs component. The removed code includes: - The `match` function from the `ts-pattern` library - The `Rkeys` function from the `fp-ts/Record` library - The `Sreplace` function from the `fp-ts/string` library - The `RAdropLeft` function from the `fp-ts/ReadonlyArray` library - The `RAfindIndex` function from the `fp-ts/ReadonlyArray` library - The `omitSegments` variable - The `dynamicRoutes` variable - The `pages` variable These changes improve the readability and maintainability of the component.
- Loading branch information