X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/7edd5a7c86af0814f8a2282aa266a9d1a604a45f..b6ac7fe88d347582d39fffa002e300af222c578f:/src/views/not-found-panel/not-found-panel-root.tsx diff --git a/src/views/not-found-panel/not-found-panel-root.tsx b/src/views/not-found-panel/not-found-panel-root.tsx index 6780b842..06a74a68 100644 --- a/src/views/not-found-panel/not-found-panel-root.tsx +++ b/src/views/not-found-panel/not-found-panel-root.tsx @@ -2,11 +2,11 @@ // // SPDX-License-Identifier: AGPL-3.0 -import * as React from 'react'; +import React from 'react'; import { Location } from 'history'; import { StyleRulesCallback, WithStyles, withStyles, Paper, Grid } from '@material-ui/core'; -import { ArvadosTheme } from '~/common/custom-theme'; -import { ClusterConfigJSON } from '~/common/config'; +import { ArvadosTheme } from 'common/custom-theme'; +import { ClusterConfigJSON } from 'common/config'; export type CssRules = 'root' | 'title' | 'active';