X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/2f449b9eaded9e047c163102f6c9dd0306da42b0..c32095f06a2e2843386120bf21402974b0066954:/src/views/workbench/workbench-loading-screen.tsx diff --git a/src/views/workbench/workbench-loading-screen.tsx b/src/views/workbench/workbench-loading-screen.tsx index 30401034..1b70ece6 100644 --- a/src/views/workbench/workbench-loading-screen.tsx +++ b/src/views/workbench/workbench-loading-screen.tsx @@ -2,9 +2,9 @@ // // SPDX-License-Identifier: AGPL-3.0 -import * as React from 'react'; +import React from 'react'; import { StyleRulesCallback, WithStyles, withStyles } from '@material-ui/core/styles'; -import { ArvadosTheme } from '~/common/custom-theme'; +import { ArvadosTheme } from 'common/custom-theme'; import { Grid, CircularProgress } from '@material-ui/core'; type CssRules = 'root' | 'img'; @@ -26,7 +26,7 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ export const WorkbenchLoadingScreen = withStyles(styles)(({ classes }: WithStyles) => - - + Arvados logo + );