X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/10dcb97234c4dc088ac12e7e4373521a018596f6..55c0fe472ca9938c93a78bbff0e0fb1b5e51a54e:/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 dd19fdf1..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 );