Andrej Ocenas пре 6 година
родитељ
комит
a26dc64ebe
1 измењених фајлова са 0 додато и 1 уклоњено
  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> {