diff --git a/packages/react-core/src/components/CalendarMonth/CalendarMonth.tsx b/packages/react-core/src/components/CalendarMonth/CalendarMonth.tsx index 732f7a3d3ff..5ff66d2a6ee 100644 --- a/packages/react-core/src/components/CalendarMonth/CalendarMonth.tsx +++ b/packages/react-core/src/components/CalendarMonth/CalendarMonth.tsx @@ -6,7 +6,6 @@ import ArrowLeftIcon from '@patternfly/react-icons/dist/js/icons/arrow-left-icon import ArrowRightIcon from '@patternfly/react-icons/dist/js/icons/arrow-right-icon'; import { css } from '@patternfly/react-styles'; import styles from '@patternfly/react-styles/css/components/CalendarMonth/calendar-month'; -import commonStyles from '@patternfly/react-styles/css/base/patternfly-common'; import { getUniqueId } from '../../helpers/util'; export enum Weekday { @@ -261,7 +260,7 @@ export const CalendarMonth = ({