Skip to content

Commit

Permalink
Update HeaderMenu.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfyang committed Apr 7, 2021
1 parent 2d71600 commit 97917d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/HeaderMenu.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useState } from "react";
import { useHistory } from "react-router-dom";
import styled from "styled-components";
// import { PUBLIC_SERVICE, API_SURVER } from "../../config";
import { PUBLIC_SERVICE, SERVICE_URL } from "../../config";
import { API_SURVER, CLIENT_ID } from "../../config";
import { GithubOutlined } from "@ant-design/icons";
import { useDispatch, useSelector } from "react-redux";
Expand Down

0 comments on commit 97917d2

Please sign in to comment.