X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/fc3d9ac09fbb1cdc4fb4b00f2f704795ad365110..58db72fee358d5987139a1b8526c0ca873e07dbf:/src/views/process-log-panel/process-log-form.tsx?ds=sidebyside diff --git a/src/views/process-log-panel/process-log-form.tsx b/src/views/process-log-panel/process-log-form.tsx index 4b6cbe56..946e575e 100644 --- a/src/views/process-log-panel/process-log-form.tsx +++ b/src/views/process-log-panel/process-log-form.tsx @@ -2,9 +2,9 @@ // // SPDX-License-Identifier: AGPL-3.0 -import * as React from 'react'; +import React from 'react'; import { withStyles, WithStyles, StyleRulesCallback, FormControl, InputLabel, Select, MenuItem, Input } from '@material-ui/core'; -import { ArvadosTheme } from '~/common/custom-theme'; +import { ArvadosTheme } from 'common/custom-theme'; import { FilterOption } from './process-log-panel'; type CssRules = 'formControl'; @@ -35,7 +35,7 @@ export const ProcessLogForm = withStyles(styles)( } name="eventType"> {