X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7e58fd10a7abc133b32a5084796c2b061e03ecd8..040d25dbcc9ec46c4c21c945ccf02dcf1bf44c26:/src/components/api-token/api-token.tsx diff --git a/src/components/api-token/api-token.tsx b/src/components/api-token/api-token.tsx index bc0caf56df..b6616d38bf 100644 --- a/src/components/api-token/api-token.tsx +++ b/src/components/api-token/api-token.tsx @@ -5,7 +5,8 @@ import { Redirect, RouteProps } from "react-router"; import * as React from "react"; import { connect, DispatchProp } from "react-redux"; -import authActions, { getUserDetails } from "../../store/auth-action"; +import authActions from "../../store/auth/auth-action"; +import { authService, projectService } from "../../services/services"; interface ApiTokenProps { } @@ -16,16 +17,17 @@ class ApiToken extends React.Component + return ; } }