Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 16d0bb4

Browse files
fix dependencies after repo renaming
1 parent b1c547f commit 16d0bb4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/hoc/withAuthentication/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
import React, { useEffect } from "react";
1515
import _ from "lodash";
16-
import { getAuthUserTokens, login } from "@topcoder/micro-frontends-navbar-app";
16+
import { getAuthUserTokens, login } from "@topcoder/mfe-header";
1717
import LoadingIndicator from "../../components/LoadingIndicator";
1818
import {
1919
authUserSuccess,

src/root.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React, { useEffect } from "react";
22
import { Provider } from "react-redux";
33
import { Router } from "@reach/router";
44
import ReduxToastr from "react-redux-toastr";
5-
import { setAppMenu } from "@topcoder/micro-frontends-navbar-app";
5+
import { setAppMenu } from "@topcoder/mfe-header";
66
import { appMenu } from "./constants";
77
import Home from "./routes/Home";
88
import MemberVisibility from "./routes/MemberVisibility/All";

src/services/requestInterceptor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import axios from "axios";
22
import _ from "lodash";
3-
import { getAuthUserTokens } from "@topcoder/micro-frontends-navbar-app";
3+
import { getAuthUserTokens } from "@topcoder/mfe-header";
44

55
export const axiosInstance = axios.create({
66
headers: {

0 commit comments

Comments
 (0)