X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/fd470d8f7838b57777492289e6e4195b6c39bd2e..4c0099ec3509061ca3f507658689bf3bba77e5ea:/src/views-components/favorite-star/favorite-star.tsx diff --git a/src/views-components/favorite-star/favorite-star.tsx b/src/views-components/favorite-star/favorite-star.tsx index 0598e5f5..f21fcdc4 100644 --- a/src/views-components/favorite-star/favorite-star.tsx +++ b/src/views-components/favorite-star/favorite-star.tsx @@ -2,10 +2,10 @@ // // SPDX-License-Identifier: AGPL-3.0 -import * as React from "react"; -import { FavoriteIcon, PublicFavoriteIcon } from "~/components/icon/icon"; +import React from "react"; +import { FavoriteIcon, PublicFavoriteIcon } from "components/icon/icon"; import { connect } from "react-redux"; -import { RootState } from "~/store/store"; +import { RootState } from "store/store"; import { withStyles, StyleRulesCallback, WithStyles, Tooltip } from "@material-ui/core"; type CssRules = "icon";