X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/c324b64f3b26e79b4640b6f0cf55671f1a261bca..e42867f560b3c2f4c09cf6a2c07c964c63714141:/src/views/process-log-panel/process-log-panel-root.tsx diff --git a/src/views/process-log-panel/process-log-panel-root.tsx b/src/views/process-log-panel/process-log-panel-root.tsx index 38870c40..be043722 100644 --- a/src/views/process-log-panel/process-log-panel-root.tsx +++ b/src/views/process-log-panel/process-log-panel-root.tsx @@ -2,14 +2,14 @@ // // SPDX-License-Identifier: AGPL-3.0 -import * as React from 'react'; +import React from 'react'; import { Grid } from '@material-ui/core'; -import { Process } from '~/store/processes/process'; -import { ProcessLogMainCard } from '~/views/process-log-panel/process-log-main-card'; -import { ProcessLogFormDataProps, ProcessLogFormActionProps } from '~/views/process-log-panel/process-log-form'; -import { DefaultView } from '~/components/default-view/default-view'; -import { ProcessIcon } from '~/components/icon/icon'; -import { CodeSnippetDataProps } from '~/components/code-snippet/code-snippet'; +import { Process } from 'store/processes/process'; +import { ProcessLogMainCard } from 'views/process-log-panel/process-log-main-card'; +import { ProcessLogFormDataProps, ProcessLogFormActionProps } from 'views/process-log-panel/process-log-form'; +import { DefaultView } from 'components/default-view/default-view'; +import { ProcessIcon } from 'components/icon/icon'; +import { CodeSnippetDataProps } from 'components/code-snippet/code-snippet'; import { ProcessLogMainCardActionProps } from './process-log-main-card'; export type ProcessLogPanelRootDataProps = {