X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/259b0d754cf5b7f5f0f3763e4468934406d8f001..d53a08ea0cc9a9af1a3071969d41165e8a6ff5d5:/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 + );