Remove commented code

This commit is contained in:
Andrej Ocenas 2019-03-20 09:20:30 +01:00
parent aa14d7528c
commit a26dc64ebe

View File

@ -1,5 +1,4 @@
import React, { InputHTMLAttributes, FunctionComponent } from 'react';
// import React, { InputHTMLAttributes } from 'react';
import { FormLabel } from '../FormLabel/FormLabel';
export interface Props extends InputHTMLAttributes<HTMLInputElement> {