Skip to content

Commit

Permalink
Merge pull request #16 from rwth-acis/import-fix
Browse files Browse the repository at this point in the history
fix keycloak import
  • Loading branch information
lakhoune authored Feb 24, 2023
2 parents 33f0df8 + e43463b commit e87a398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion las2peer-frontend-statusbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {html, css, LitElement} from "lit";
import "./las2peer-user-widget.js";
import "@polymer/paper-card/paper-card.js";
import "@polymer/iron-dropdown/iron-dropdown.js";
import "keycloak-js/dist/keycloak.js";
import Keycloak from "keycloak-js/dist/keycloak.js";

export class Las2peerFrontendStatusbar extends LitElement {
static get styles() {
Expand Down

0 comments on commit e87a398

Please sign in to comment.