Clean up imports
[arvados-workbench2.git] / src / views-components / resource-properties-form / resource-properties-form.tsx
index c881928c3e1b3774624f515499a76afe23db4ae0..eeddf12cfc742135f25faf98e022c651058e4e2f 100644 (file)
@@ -3,7 +3,7 @@
 // SPDX-License-Identifier: AGPL-3.0
 
 import * as React from 'react';
-import { InjectedFormProps, reduxForm } from 'redux-form';
+import { InjectedFormProps } from 'redux-form';
 import { Grid, withStyles } from '@material-ui/core';
 import { PropertyKeyField, PROPERTY_KEY_FIELD_NAME } from './property-key-field';
 import { PropertyValueField, PROPERTY_VALUE_FIELD_NAME } from './property-value-field';