From ec7f3b5882ffcdaf2b29e85a8e60b07925ffa0aa Mon Sep 17 00:00:00 2001 From: lytrankieio123 Date: Tue, 24 Aug 2021 12:56:10 +0700 Subject: [PATCH] enhan: test commit hooks --- src/components/common/InputCommon/InputCommon.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/common/InputCommon/InputCommon.tsx b/src/components/common/InputCommon/InputCommon.tsx index e0ca5ff95..6f36c4dce 100644 --- a/src/components/common/InputCommon/InputCommon.tsx +++ b/src/components/common/InputCommon/InputCommon.tsx @@ -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 s from './InputCommon.module.scss' +import s from './InputCommon.module.scss'; type Ref = { focus: () => void