X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/011705a4f293a0f5737c021b1ad2c5c87cd0cb03..25216cc7acedc987c26a159f0b640210c0ef101e:/src/views/not-found-panel/not-found-panel-root.tsx?ds=sidebyside 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..6c316599 100644 --- a/src/views/not-found-panel/not-found-panel-root.tsx +++ b/src/views/not-found-panel/not-found-panel-root.tsx @@ -5,8 +5,8 @@ import * as 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';