Merge branch '16070-process-commandline-view-panel' into main. Closes #16070
[arvados-workbench2.git] / src / views / run-process-panel / inputs / enum-input.tsx
index 9a22dbe520d420e017dd5dce4e900d8eb8564943..f554aff2d3e1ea09d785fa19540565ece372b2fe 100644 (file)
@@ -2,10 +2,10 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from 'react';
-import { EnumCommandInputParameter, CommandInputEnumSchema } from '~/models/workflow';
+import React from 'react';
 import { Field } from 'redux-form';
 import { Select, MenuItem } from '@material-ui/core';
+import { EnumCommandInputParameter, CommandInputEnumSchema } from 'models/workflow';
 import { GenericInputProps, GenericInput } from './generic-input';
 
 export interface EnumInputProps {