X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/2563eaaa00e5ffb77981fbb8cc1bdd37fb2a3ca6..54805dd83a984d4e34bb35146d2505bac12bc1d0:/src/components/warning-collection/warning-collection.tsx diff --git a/src/components/warning-collection/warning-collection.tsx b/src/components/warning-collection/warning-collection.tsx index 59efc78b..deb67100 100644 --- a/src/components/warning-collection/warning-collection.tsx +++ b/src/components/warning-collection/warning-collection.tsx @@ -2,10 +2,10 @@ // // SPDX-License-Identifier: AGPL-3.0 -import * as React from "react"; -import { WarningIcon } from "~/components/icon/icon"; +import React from "react"; +import { WarningIcon } from "components/icon/icon"; import { StyleRulesCallback, DialogContentText, WithStyles, withStyles } from "@material-ui/core"; -import { ArvadosTheme } from '~/common/custom-theme'; +import { ArvadosTheme } from 'common/custom-theme'; type CssRules = 'container' | 'text';