Skip to content

Commit

Permalink
fix(ui5-calendar): add icon dependency (#9289)
Browse files Browse the repository at this point in the history
add dependency for icons.
  • Loading branch information
tsanislavgatev authored Jun 24, 2024
1 parent 60b727f commit 165d7bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/main/src/Calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ import getLocale from "@ui5/webcomponents-base/dist/locale/getLocale.js";
import { getI18nBundle } from "@ui5/webcomponents-base/dist/i18nBundle.js";
import DateFormat from "@ui5/webcomponents-localization/dist/DateFormat.js";
import UI5Date from "@ui5/webcomponents-localization/dist/dates/UI5Date.js";
import "@ui5/webcomponents-icons/dist/slim-arrow-left.js";
import "@ui5/webcomponents-icons/dist/slim-arrow-right.js";
import CalendarDate from "./CalendarDate.js";
import CalendarDateRange from "./CalendarDateRange.js";
import CalendarPart from "./CalendarPart.js";
Expand Down

0 comments on commit 165d7bc

Please sign in to comment.