Commit a26dc64e by Andrej Ocenas

Remove commented code

parent aa14d752
import React, { InputHTMLAttributes, FunctionComponent } from 'react';
// import React, { InputHTMLAttributes } from 'react';
import { FormLabel } from '../FormLabel/FormLabel';
export interface Props extends InputHTMLAttributes<HTMLInputElement> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment