Quellcode durchsuchen

Remove commented code

Andrej Ocenas vor 6 Jahren
Ursprung
Commit
a26dc64ebe
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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, FunctionComponent } from 'react';
-// import React, { InputHTMLAttributes } from 'react';
 import { FormLabel } from '../FormLabel/FormLabel';
 import { FormLabel } from '../FormLabel/FormLabel';
 
 
 export interface Props extends InputHTMLAttributes<HTMLInputElement> {
 export interface Props extends InputHTMLAttributes<HTMLInputElement> {