X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2d03b09bc6f29ab1bfe42a2fd3a88f17189e6a52..394ebdfd13fe40a7096f484c46a353d2537f4c9a:/src/views/inactive-panel/inactive-panel.tsx diff --git a/src/views/inactive-panel/inactive-panel.tsx b/src/views/inactive-panel/inactive-panel.tsx index 42262deb06..6d8bbf5972 100644 --- a/src/views/inactive-panel/inactive-panel.tsx +++ b/src/views/inactive-panel/inactive-panel.tsx @@ -2,14 +2,14 @@ // // SPDX-License-Identifier: AGPL-3.0 -import * as React from 'react'; +import React from 'react'; import { Dispatch } from 'redux'; import { connect } from 'react-redux'; import { Grid, Typography, Button } from '@material-ui/core'; import { StyleRulesCallback, WithStyles, withStyles } from '@material-ui/core/styles'; -import { ArvadosTheme } from '~/common/custom-theme'; -import { navigateToLinkAccount } from '~/store/navigation/navigation-action'; -import { RootState } from '~/store/store'; +import { ArvadosTheme } from 'common/custom-theme'; +import { navigateToLinkAccount } from 'store/navigation/navigation-action'; +import { RootState } from 'store/store'; type CssRules = 'root' | 'ontop' | 'title';