Skip to content

Commit

Permalink
fix(ui5-date): remove circular dependency (#9137)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnaydenow authored Jun 6, 2024
1 parent 6627dbc commit 9c8d12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/CalendarDate.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import customElement from "@ui5/webcomponents-base/dist/decorators/customElement.js";
import property from "@ui5/webcomponents-base/dist/decorators/property.js";
import UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js";
import { ICalendarSelectedDates } from "./Calendar.js";
import type { ICalendarSelectedDates } from "./Calendar.js";

/**
* @class
Expand Down

0 comments on commit 9c8d12e

Please sign in to comment.