Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhoune committed Sep 16, 2023
1 parent 5bf6765 commit 1c49569
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/statistics/bot-statistics.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { LitElement, html } from "lit";
import config from "../../config.json";
import { Common } from "../common.js";
import { getInstance } from "@rwth-acis/syncmeta-widgets/src/es6/lib/yjs-sync";

import "pm4js/dist/pm4js_latest_w.js";
/**
* @customElement
*
Expand All @@ -21,9 +21,7 @@ class BotStats extends LitElement {
}

render() {
return html` <div class="container-fluid card card-body shadow-sm mb-4">
bruh
</div>`;
return html` <div class="container-fluid">Bot statistics works</div>`;
}
async firstUpdated() {
const instance = getInstance({
Expand Down

0 comments on commit 1c49569

Please sign in to comment.