mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
fixes missing scss in InputBase (#2291)
This commit is contained in:
@@ -3,6 +3,7 @@ import { MutableRef, useCallback, useEffect, useRef } from 'preact/hooks';
|
||||
import classNames from 'classnames';
|
||||
import { ARIA_ERROR_SUFFIX } from '../../../core/Errors/constants';
|
||||
import Language from '../../../language';
|
||||
import './FormFields.scss';
|
||||
|
||||
export interface InputBaseProps extends h.JSX.HTMLAttributes {
|
||||
classNameModifiers?: string[];
|
||||
|
||||
Reference in New Issue
Block a user