Skip to content

Commit

Permalink
remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
juleengraham authored and mvdbeek committed Mar 10, 2021
1 parent 857508d commit d6c0193
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/layout/menu.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import axios from "axios";
import { getGalaxyInstance } from "app";
import _l from "utils/localization";
import { CommunicationServerView } from "layout/communication-server-view";
import { getIdentityProviders } from "components/User/ExternalIdentities/service";

const POST_LOGOUT_URL = "root/login?is_logout_redirect=true";
Expand Down

0 comments on commit d6c0193

Please sign in to comment.