Skip to content

Commit 9f1972f

Browse files
refactor(react): update DatePickerInput to use one icons-react import (#8515)
* refactor(react): update DatePickerInput to use one icons-react import * chore(react): format files Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 26b5e73 commit 9f1972f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/react/src/components/DatePickerInput/DatePickerInput.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ import PropTypes from 'prop-types';
99
import React, { Component } from 'react';
1010
import classNames from 'classnames';
1111
import { settings } from 'carbon-components';
12-
import { WarningFilled16, WarningAltFilled16 } from '@carbon/icons-react';
13-
import { Calendar16 } from '@carbon/icons-react';
12+
import {
13+
Calendar16,
14+
WarningFilled16,
15+
WarningAltFilled16,
16+
} from '@carbon/icons-react';
1417

1518
const { prefix } = settings;
1619

0 commit comments

Comments
 (0)