enhan: test commit hooks

This commit is contained in:
lytrankieio123 2021-08-24 12:56:10 +07:00
parent 1b55f3ca26
commit ec7f3b5882

View File

@ -1,6 +1,6 @@
import React, { forwardRef, RefObject, useImperativeHandle, useRef } from 'react'; import React, { forwardRef, useImperativeHandle, useRef } from 'react';
import { InputType, KEY } from 'src/utils/constanst.utils'; import { InputType, KEY } from 'src/utils/constanst.utils';
import s from './InputCommon.module.scss' import s from './InputCommon.module.scss';
type Ref = { type Ref = {
focus: () => void focus: () => void