Parcourir la source

Remove commented code

Andrej Ocenas il y a 6 ans
Parent
commit
a26dc64ebe
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      packages/grafana-ui/src/components/FormField/FormField.tsx

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