Browse Source

Remove commented code

Andrej Ocenas 6 năm trước cách đây
mục cha
commit
a26dc64ebe

+ 0 - 1
packages/grafana-ui/src/components/FormField/FormField.tsx

@@ -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> {