Skip to content

Commit b4758f2

Browse files
Removed date handler utils and test (#35)
Removed date handler utils as it belongs to another package and will be replaced in the future
1 parent d94a70b commit b4758f2

4 files changed

Lines changed: 4 additions & 69 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Removed
11+
12+
- `DateHandler` utils as it belongs to another package and will be replaced in the future
13+
1014
### Fixed
1115

1216
- Fixed PanelSideBarLayout topBarCustomItems displaying

cypress/cypress/component/Utils/DateHandler.cy.tsx

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export * from "./lib/DeleteAction/DeleteAction";
2-
export * from "./lib/Utils/DateHandler";
32
export * from "./lib/Layout/AuthenticationLayout";
43

54
// Panel sidebar layout

src/lib/Utils/DateHandler.ts

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)