X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/c7d5dec8425d970c41a81c6328b91665acec1ec0..9cc4ce49c735ca76a5aaab30bf62a4e861bda426:/src/components/warning/warning.tsx diff --git a/src/components/warning/warning.tsx b/src/components/warning/warning.tsx index 95e495d7..d459a37d 100644 --- a/src/components/warning/warning.tsx +++ b/src/components/warning/warning.tsx @@ -2,12 +2,12 @@ // // SPDX-License-Identifier: AGPL-3.0 -import * as React from "react"; -import { ErrorIcon } from "~/components/icon/icon"; +import React from "react"; +import { ErrorIcon } from "components/icon/icon"; import { Tooltip } from "@material-ui/core"; -import { disallowSlash } from "~/validators/valid-name"; +import { disallowSlash } from "validators/valid-name"; import { connect } from "react-redux"; -import { RootState } from "~/store/store"; +import { RootState } from "store/store"; interface WarningComponentProps { text: string;